Searched defs:ntohs (Results 1 – 3 of 3) sorted by relevance
24 #define ntohs(n) (n) macro
60 #define ntohs(x) __builtin_bswap16(x) macro
32 # define ntohs(x) ( (((x) << 8) & 0xff00) | (((x) >> 8) & 255) ) macro