Searched defs:NetToHost (Results 1 – 2 of 2) sorted by relevance
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