Searched refs:__htons (Results 1 – 1 of 1) sorted by relevance
11 #define __htons(_x) __bswap16(_x) macro15 #define htons(_x) __htons(_x)17 #define ntohs(_x) __htons(_x)20 #define __htons(_x) ((__uint16_t)(_x)) macro24 #define htons(_x) __htons(_x)