Searched defs:NetToHost32 (Results 1 – 8 of 8) sorted by relevance
34 inline constexpr uint32_t NetToHost32(uint32_t x) { in NetToHost32() function
32 TEST(ByteOrderTest, NetToHost32) { in TEST() argument
101 inline uint32_t NetToHost32(uint32_t x) { in NetToHost32() function
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
40 static uint32_t NetToHost32(uint32_t x) { return HostToNet32(x); } in NetToHost32() function