Searched defs:NetToHost16 (Results 1 – 8 of 8) sorted by relevance
27 inline constexpr uint16_t NetToHost16(uint16_t x) { in NetToHost16() function
23 TEST(ByteOrderTest, NetToHost16) { in TEST() argument
94 inline uint16_t NetToHost16(uint16_t x) { in NetToHost16() function
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
39 static uint16_t NetToHost16(uint16_t x) { return HostToNet16(x); } in NetToHost16() function