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