Home
last modified time | relevance | path

Searched defs:first_3bytes (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_lpm6.c1217 uint32_t first_3bytes = (uint32_t)ip[0] << 16 | ip[1] << 8 | ip[2]; in rule_find_range() local
/f-stack/dpdk/lib/librte_lpm/
H A Drte_lpm6.c1193 uint32_t first_3bytes = (uint32_t)ip[0] << 16 | ip[1] << 8 | ip[2]; in rule_find_range() local