Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_lpm.c1136 const uint32_t ip_20_25 = RTE_IPV4(10, 10, 20, 2); in test17() local
1167 if ((status = rte_lpm_add(lpm, ip_20_25, d_ip_20_25, in test17()
1171 status = rte_lpm_lookup(lpm, ip_20_25, &next_hop_return); in test17()
H A Dtest_lpm6.c1619 uint8_t ip_20_25[] = {10, 10, 20, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; in test26() local
1654 if ((status = rte_lpm6_add(lpm, ip_20_25, d_ip_20_25, in test26()
1658 status = rte_lpm6_lookup(lpm, ip_20_25, &next_hop_return); in test26()