Searched defs:htons (Results 1 – 5 of 5) sorted by relevance
191 #define htons(x) ___htons(x) macro201 #define htons(x) __cpu_to_be16(x) macro
81 #define htons(x) ((uint16_t)(x)) macro
82 #define htons(x) __bswap16(x) macro
195 #define htons(x) __htons(x) macro
286 #define htons(x) lwip_htons(x) macro