Searched defs:NetToHost32 (Results 1 – 6 of 6) sorted by relevance
98 inline uint32_t NetToHost32(uint32_t x) { in NetToHost32() function
99 TEST(ByteOrderTest, NetToHost32) { in TEST() argument
99 inline uint32_t NetToHost32(uint32_t x) { in NetToHost32() function
112 inline BASE_BYTESWAPS_CONSTEXPR uint32_t NetToHost32(uint32_t x) { in NetToHost32() function
40 static uint32_t NetToHost32(uint32_t x) { return HostToNet32(x); } in NetToHost32() function