Searched defs:__htonl (Results 1 – 3 of 3) sorted by relevance
131 def __htonl(x): return __bswap32(x) function
137 def __htonl(x): return __bswap32(x) function