Searched refs:__ntohs (Results 1 – 6 of 6) sorted by relevance
65 #define __ntohs(x) ((__uint16_t)(x)) macro72 #define __ntohs(x) (__bswap16(x)) macro
124 #define __ntohs(x) ((__uint16_t)(x)) macro137 #define __ntohs(x) (__bswap16((x))) macro
75 #define __ntohs(x) __bswap16(x) macro
58 #define __ntohs(x) (__bswap16(x)) macro
338 #define ntohs(x) __ntohs(x)
122 #define ntohs(x) __ntohs(x)