Searched defs:NTOHS (Results 1 – 3 of 3) sorted by relevance
75 #define NTOHS(a) rte_be_to_cpu_16(a) macro
83 #define NTOHS(a) rte_be_to_cpu_16(a) macro
83 #define NTOHS(x) (x) = ntohs((__uint16_t)(x)) macro