Searched defs:NetToHost16 (Results 1 – 6 of 6) sorted by relevance
91 inline uint16_t NetToHost16(uint16_t x) { in NetToHost16() function
90 TEST(ByteOrderTest, NetToHost16) { in TEST() argument
92 inline uint16_t NetToHost16(uint16_t x) { in NetToHost16() function
105 inline BASE_BYTESWAPS_CONSTEXPR uint16_t NetToHost16(uint16_t x) { in NetToHost16() function
39 static uint16_t NetToHost16(uint16_t x) { return HostToNet16(x); } in NetToHost16() function