Searched refs:hostlong (Results 1 – 1 of 1) sorted by relevance
105 __INLINE uint32_t co_htonl(uint32_t hostlong) in co_htonl() argument108 return hostlong; in co_htonl()110 return co_bswap32(hostlong); in co_htonl()190 __INLINE uint32_t co_htobl(uint32_t hostlong) in co_htobl() argument193 return hostlong; in co_htobl()195 return co_bswap32(hostlong); in co_htobl()
Completed in 5 milliseconds