Searched defs:NetToHost (Results 1 – 4 of 4) 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() function107 static inline float NetToHost(float value) in NetToHost() function117 static inline 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() 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