Searched refs:ip_2 (Results 1 – 2 of 2) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_lpm.c | 471 uint32_t ip, ip_1, ip_2; in test9() local 582 ip_2 = RTE_IPV4(128, 0, 0, 5); in test9() 594 status = rte_lpm_add(lpm, ip_2, depth_2, next_hop_add_2); in test9() 597 status = rte_lpm_lookup(lpm, ip_2, &next_hop_return); in test9() 600 status = rte_lpm_delete(lpm, ip_2, depth_2); in test9() 603 status = rte_lpm_lookup(lpm, ip_2, &next_hop_return); in test9()
|
| H A D | test_lpm6.c | 887 uint8_t ip[16], ip_1[16], ip_2[16]; in test18() local 999 IPv6(ip_2, 128, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); in test18() 1011 status = rte_lpm6_add(lpm, ip_2, depth_2, next_hop_add_2); in test18() 1014 status = rte_lpm6_lookup(lpm, ip_2, &next_hop_return); in test18() 1017 status = rte_lpm6_delete(lpm, ip_2, depth_2); in test18() 1020 status = rte_lpm6_lookup(lpm, ip_2, &next_hop_return); in test18()
|