Searched defs:ntohs (Results 1 – 2 of 2) sorted by relevance
24 #define ntohs(n) (n) macro
62 #define ntohs(x) __builtin_bswap16(x) macro