Searched defs:htons (Results 1 – 11 of 11) sorted by relevance
4 uint16_t htons(uint16_t n) in htons() function
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