Searched defs:HostToNetwork16 (Results 1 – 2 of 2) sorted by relevance
51 inline u16 HostToNetwork16 (u16 host) { return deReverseBytes16(host); } in HostToNetwork16() function55 inline u16 HostToNetwork16 (u16 host) { return host; } in HostToNetwork16() function
186 inline uint16_t HostToNetwork16(uint16_t n) { in HostToNetwork16() function