Searched defs:ntohl (Results 1 – 8 of 8) sorted by relevance
4 uint32_t ntohl(uint32_t n) in ntohl() function
71 STIN uint32_t ntohl(uint32_t netlong) { in ntohl() function
122 #define ntohl(x) lwip_ntohl(x) macro