Searched refs:__htons (Results 1 – 2 of 2) sorted by relevance
71 #define __htons(x) ((uint16_t)(x)) macro78 #define __htons(x) (__bswap16(x)) macro
66 #define __htons(x) (__bswap16(x)) macro