Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_lpm.c1155 const uint32_t ip_10_24 = RTE_IPV4(10, 10, 10, 0); in test17() local
1178 if ((status = rte_lpm_add(lpm, ip_10_24, d_ip_10_24, in test17()
1182 status = rte_lpm_lookup(lpm, ip_10_24, &next_hop_return); in test17()
1210 status = rte_lpm_lookup(lpm, ip_10_24, &next_hop_return); in test17()
H A Dtest_lpm6.c1629 uint8_t ip_10_24[] = {10, 10, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; in test26() local
1656 if ((status = rte_lpm6_add(lpm, ip_10_24, d_ip_10_24, in test26()
1660 status = rte_lpm6_lookup(lpm, ip_10_24, &next_hop_return); in test26()
1688 status = rte_lpm6_lookup(lpm, ip_10_24, &next_hop_return); in test26()