Searched defs:ntohl (Results 1 – 2 of 2) sorted by relevance
25 #define ntohl(n) (n) macro
63 #define ntohl(x) __builtin_bswap32(x) macro