Searched refs:__htonl (Results 1 – 4 of 4) sorted by relevance
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)