Home
last modified time | relevance | path

Searched refs:ip_10_32 (Results 1 – 2 of 2) sorted by relevance

/dpdk/app/test/
H A Dtest_lpm.c1154 const uint32_t ip_10_32 = RTE_IPV4(10, 10, 10, 2); in test17() local
1169 if ((status = rte_lpm_add(lpm, ip_10_32, d_ip_10_32, in test17()
1173 status = rte_lpm_lookup(lpm, ip_10_32, &next_hop_return); in test17()
1206 status = rte_lpm_lookup(lpm, ip_10_32, &next_hop_return); in test17()
H A Dtest_lpm6.c1628 uint8_t ip_10_32[] = {10, 10, 10, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; in test26() local
1647 if ((status = rte_lpm6_add(lpm, ip_10_32, d_ip_10_32, in test26()
1651 status = rte_lpm6_lookup(lpm, ip_10_32, &next_hop_return); in test26()
1684 status = rte_lpm6_lookup(lpm, ip_10_32, &next_hop_return); in test26()