Searched defs:be16toh (Results 1 – 9 of 9) sorted by relevance
23 # define be16toh(x) OSSwapBigToHostInt16(x) macro49 # define be16toh(x) betoh16(x) macro67 # define be16toh(x) ntohs(x) macro85 # define be16toh(x) (x) macro
29 #define be16toh(x) betoh16(x) macro48 #define be16toh(x) _byteswap_ushort(x) macro71 #define be16toh(x) OSSwapBigToHostInt16(x) macro145 #define be16toh(x) (x) macro152 #define be16toh(x) bswap_16(x) macro
21 #define be16toh(x) OSSwapBigToHostInt16((x)) macro35 #define be16toh(x) ntohs((x)) macro
29 #define be16toh(x) betoh16(x) macro 47 #define be16toh(x) OSSwapBigToHostInt16(x) macro 121 #define be16toh(x) (x) macro 128 #define be16toh(x) bswap_16(x) macro
174 #define be16toh( global() macro
37 #define be16toh(x) BE_16(x) macro58 #define be16toh(x) betoh16(x) macro71 #define be16toh(x) __builtin_bswap16(x) macro87 #define be16toh(x) (x) macro
194 #define be16toh(x) htobe16(x) macro
42 #define be16toh ntohs macro
1131 #define be16toh( global() macro