Searched defs:ntohl (Results 1 – 15 of 15) sorted by relevance
56 # define ntohl(X) __constant_ntohl((X)) macro
10 def ntohl(X): return _swapl(X) function
291 #define ntohl(x) __ntohl(x) macro
64 def ntohl(x): return (x) function
12 def ntohl(x): return (x) function
88 def ntohl(x): return (x) function
579 def ntohl(x): return (x) function587 def ntohl(x): return __bswap_32 (x) function
300 def ntohl(x): return B_BENDIAN_TO_HOST_INT32(x) function
55 def ntohl(x): return (x) function
126 def ntohl(nl): return __ntohl(nl) function132 def ntohl(x): return (x) function
908 def ntohl(x): return (x) function916 def ntohl(x): return __bswap_32 (x) function
147 def ntohl(x): return __ntohl(x) function
153 def ntohl(x): return __ntohl(x) function
1239 def ntohl(x): return (x) function