Searched defs:htons (Results 1 – 8 of 8) sorted by relevance
41 htons(uint16_t hs) in htons() function
171 #define htons(x) __htons(x) macro
303 #define htons(x) __ntohs(x) macro
64 #define htons(x) (x) macro
52 #define htons(val) OSAL_CPU_TO_BE16(val) macro
343 #define htons(x) __htons(x) macro
459 #define htons(x) __htons(x) macro
117 #define htons(x) __htons(x) macro