Searched refs:__htonl (Results 1 – 6 of 6) sorted by relevance
70 #define __htonl(x) ((uint32_t)(x)) macro77 #define __htonl(x) (__bswap32(x)) macro
65 #define __htonl(x) (__bswap32(x)) macro
137 def __htonl(x): return __bswap32(x) function149 def htonl(x): return __htonl(x)
131 def __htonl(x): return __bswap32(x) function143 def htonl(x): return __htonl(x)
124 def htonl(hl): return __htonl(hl)