Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_lpm.c1134 const uint32_t ip_10_32 = RTE_IPV4(10, 10, 10, 2); in test17() local
1149 if ((status = rte_lpm_add(lpm, ip_10_32, d_ip_10_32, in test17()
1153 status = rte_lpm_lookup(lpm, ip_10_32, &next_hop_return); in test17()
1186 status = rte_lpm_lookup(lpm, ip_10_32, &next_hop_return); in test17()
H A Dtest_lpm6.c1617 uint8_t ip_10_32[] = {10, 10, 10, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; in test26() local
1636 if ((status = rte_lpm6_add(lpm, ip_10_32, d_ip_10_32, in test26()
1640 status = rte_lpm6_lookup(lpm, ip_10_32, &next_hop_return); in test26()
1673 status = rte_lpm6_lookup(lpm, ip_10_32, &next_hop_return); in test26()