Searched defs:ntohs (Results 1 – 7 of 7) sorted by relevance
13 ntohs(u_int16_t x) in ntohs() function
24 #define ntohs(n) (n) macro
60 #define ntohs(x) htons(x) macro
61 #define ntohs(x) htons(x) macro
60 #define ntohs(x) __builtin_bswap16(x) macro
61 #define ntohs(x) __swap16(x) macro
62 #define ntohs(x) ( (((x) << 8) & 0xff00) | (((x) >> 8) & 255) ) macro