Searched defs:HTONL (Results 1 – 3 of 3) sorted by relevance
78 #define HTONL(a) rte_cpu_to_be_32(a) macro
86 #define HTONL(a) rte_cpu_to_be_32(a) macro
80 #define HTONL(x) (x) = htonl((__uint32_t)(x)) macro