Searched refs:netshort (Results 1 – 3 of 3) sorted by relevance
61 uint16_t nghttp2_ntohs(uint16_t netshort) in nghttp2_ntohs() argument64 unsigned char *p = (unsigned char *)&netshort; in nghttp2_ntohs()
60 STIN uint16_t nghttp2_ntohs(uint16_t netshort);
142 __STATIC __INLINE uint16_t co_ntohs(uint16_t netshort) in co_ntohs() argument144 return co_htons(netshort); in co_ntohs()
Completed in 32 milliseconds