Searched defs:__ntohs (Results 1 – 2 of 2) sorted by relevance
69 #define __ntohs(x) ((uint16_t)(x)) macro76 #define __ntohs(x) (__bswap16(x)) macro
64 #define __ntohs(x) (__bswap16(x)) macro