Searched defs:__ntohs (Results 1 – 4 of 4) sorted by relevance
124 #define __ntohs(x) ((__uint16_t)(x)) macro137 #define __ntohs(x) (__bswap16((x))) macro
65 #define __ntohs(x) ((__uint16_t)(x)) macro72 #define __ntohs(x) (__bswap16(x)) macro
75 #define __ntohs(x) __bswap16(x) macro
58 #define __ntohs(x) (__bswap16(x)) macro