Searched defs:be16toh (Results 1 – 5 of 5) sorted by relevance
26 # define be16toh(x) OSSwapBigToHostInt16(x) macro52 # define be16toh(x) betoh16(x) macro70 # define be16toh(x) ntohs(x) macro88 # define be16toh(x) (x) macro
25 # define be16toh(x) betoh16(x) macro50 # define be16toh(x) OSSwapBigToHostInt16(x) macro96 # define be16toh(x) ntohs(x) macro114 # define be16toh(x) (x) macro
23 # define be16toh(x) __bswap_16 (x) macro38 # define be16toh(x) (x) macro
28 #define be16toh(v) OSSwapBigToHostInt16(v) macro51 #define be16toh(v) ntohs(v) macro71 #define be16toh(v) (v) macro
61 #define be16toh(x) bswap16((x)) macro75 #define be16toh(x) ((uint16_t)(x)) macro