Searched defs:ntohl (Results 1 – 7 of 7) sorted by relevance
13 ntohl(u_int32_t x) in ntohl() function
25 #define ntohl(n) (n) macro
61 #define ntohl(x) htonl(x) macro
62 #define ntohl(x) htonl(x) macro
61 #define ntohl(x) __builtin_bswap32(x) macro
60 #define ntohl(x) __swap32(x) macro
60 #define ntohl(x) ( ((x) << 24) | (((x) >> 24) & 255) | (((x) << 8) & 0xff0000) | (((x) >> 8) & 0… macro