Searched defs:__ntohl (Results 1 – 4 of 4) sorted by relevance
296 static __inline__ unsigned long __ntohl (unsigned long x) in __ntohl() function
135 def __ntohl(x): return __bswap32(x) function
141 def __ntohl(x): return __bswap32(x) function