Searched refs:__bswap16 (Results 1 – 3 of 3) sorted by relevance
19 static __inline uint16_t __bswap16(uint16_t __x) in __bswap16() function35 #define htobe16(x) __bswap16(x)36 #define be16toh(x) __bswap16(x)54 #define htole16(x) __bswap16(x)55 #define le16toh(x) __bswap16(x)64 #define betoh16(x) __bswap16(x)74 #define letoh16(x) __bswap16(x)82 #define htons(x) __bswap16(x)84 #define ntohs(x) __bswap16(x)
150 static inline __uint16_t __bswap16(__uint16_t _x) in __bswap16() function173 #define __swab16(x) __bswap16((__u8 *)&(x))185 #define __htons(_x) __bswap16(_x)187 #define __ntohs(_x) __bswap16(_x)
67 #define bswap16(x) __bswap16(x)