Searched defs:__htons (Results 1 – 3 of 3) sorted by relevance
133 def __htons(x): return __bswap16(x) function
139 def __htons(x): return __bswap16(x) function