Searched defs:HTONS (Results 1 – 3 of 3) sorted by relevance
77 #define HTONS(a) rte_cpu_to_be_16(a) macro
85 #define HTONS(a) rte_cpu_to_be_16(a) macro
81 #define HTONS(x) (x) = htons((__uint16_t)(x)) macro