Searched defs:NetToHost (Results 1 – 5 of 5) sorted by relevance
33 static inline int16_t NetToHost(int16_t value) in NetToHost() function43 static inline int8_t NetToHost(int8_t value) in NetToHost() function48 static inline int32_t NetToHost(int32_t value) in NetToHost() function58 static inline int64_t NetToHost(int64_t value) in NetToHost() function72 static inline uint16_t NetToHost(uint16_t value) in NetToHost() function82 static inline uint8_t NetToHost(uint8_t value) in NetToHost() function87 static inline uint32_t NetToHost(uint32_t value) in NetToHost() function97 static inline uint64_t NetToHost(uint64_t value) in NetToHost() function
39 float NetToHost(float value) in NetToHost() function69 double NetToHost(double value) in NetToHost() function
33 static inline int16_t NetToHost(int16_t value) in NetToHost() function43 static inline int8_t NetToHost(int8_t value) in NetToHost() function48 static inline int32_t NetToHost(int32_t value) in NetToHost() function58 static inline int64_t NetToHost(int64_t value) in NetToHost() function72 static inline uint16_t NetToHost(uint16_t value) in NetToHost() function82 static inline uint8_t NetToHost(uint8_t value) in NetToHost() function87 static inline uint32_t NetToHost(uint32_t value) in NetToHost() function97 static inline uint64_t NetToHost(uint64_t value) in NetToHost() function107 static inline bool NetToHost(bool value) in NetToHost() function124 inline double NetToHost(double value) in NetToHost() function
28 static inline uint16_t NetToHost(uint16_t value) in NetToHost() function38 static inline uint32_t NetToHost(uint32_t value) in NetToHost() function48 static inline uint64_t NetToHost(uint64_t value) in NetToHost() function
49 template<typename T> T NetToHost(const T &from) in NetToHost() function