Searched defs:htons (Results 1 – 12 of 12) sorted by relevance
4 uint16_t htons(uint16_t n) in htons() function
34 #define htons(x) (x) macro39 #define htons(x) (__builtin_bswap16(x)) macro
54 # define htons(a) aresx_htons((a)) macro
10 #define htons(x) ___htons(x) macro
63 STIN uint16_t htons(uint16_t hostshort) { in htons() function
29 Buffer.prototype.htons = function htons() { method in Buffer
119 #define htons(x) lwip_htons(x) macro