Searched refs:ip_10_32 (Results 1 – 2 of 2) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_lpm.c | 1154 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 D | test_lpm6.c | 1628 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()
|