Searched defs:NTOHL (Results 1 – 3 of 3) sorted by relevance
76 #define NTOHL(a) rte_be_to_cpu_32(a) macro
84 #define NTOHL(a) rte_be_to_cpu_32(a) macro
82 #define NTOHL(x) (x) = ntohl((__uint32_t)(x)) macro