Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_lpm.c1135 const uint32_t ip_10_24 = RTE_IPV4(10, 10, 10, 0); in test17() local
1158 if ((status = rte_lpm_add(lpm, ip_10_24, d_ip_10_24, in test17()
1162 status = rte_lpm_lookup(lpm, ip_10_24, &next_hop_return); in test17()
1190 status = rte_lpm_lookup(lpm, ip_10_24, &next_hop_return); in test17()
H A Dtest_lpm6.c1618 uint8_t ip_10_24[] = {10, 10, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; in test26() local
1645 if ((status = rte_lpm6_add(lpm, ip_10_24, d_ip_10_24, in test26()
1649 status = rte_lpm6_lookup(lpm, ip_10_24, &next_hop_return); in test26()
1677 status = rte_lpm6_lookup(lpm, ip_10_24, &next_hop_return); in test26()