Searched defs:ntohl (Results 1 – 4 of 4) sorted by relevance
25 #define ntohl(n) (n) macro
49 #define ntohl(x) htonl(x) macro
60 #define ntohl(x) __builtin_bswap32(x) macro
31 # define ntohl(x) ( ((x) << 24) | (((x) >> 24) & 255) | (((x) << 8) & 0xff0000) | (((x) >> 8) & … macro