Searched defs:htons (Results 1 – 5 of 5) sorted by relevance
51 #define htons(x) (x) macro
46 #define htons(x) (x) macro
80 #define htons(x) (x) macro
275 u_short htons(s) u_short s; { return ((u_short)s); } in htons() function
386 u_short htons(s) u_short s; { return ((u_short)s); } in htons() function