Searched defs:NetworkToHost (Results 1 – 1 of 1) sorted by relevance
68 template<> int8_t NetworkToHost(int8_t in) { return in; } in NetworkToHost() function70 template<> int16_t NetworkToHost(int16_t in) { return ntohs(in); } in NetworkToHost() function72 template<> int32_t NetworkToHost(int32_t in) { return ntohl(in); } in NetworkToHost() function