Searched refs:netshort (Results 1 – 1 of 1) sorted by relevance
155 __INLINE uint16_t co_ntohs(uint16_t netshort) in co_ntohs() argument157 return co_htons(netshort); in co_ntohs()
Completed in 5 milliseconds