Searched refs:ip_2 (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_lpm.c | 460 uint32_t ip, ip_1, ip_2; in test9() local 571 ip_2 = RTE_IPV4(128, 0, 0, 5); in test9() 583 status = rte_lpm_add(lpm, ip_2, depth_2, next_hop_add_2); in test9() 586 status = rte_lpm_lookup(lpm, ip_2, &next_hop_return); in test9() 589 status = rte_lpm_delete(lpm, ip_2, depth_2); in test9() 592 status = rte_lpm_lookup(lpm, ip_2, &next_hop_return); in test9()
|
| H A D | test_lpm6.c | 876 uint8_t ip[16], ip_1[16], ip_2[16]; in test18() local 988 IPv6(ip_2, 128, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); in test18() 1000 status = rte_lpm6_add(lpm, ip_2, depth_2, next_hop_add_2); in test18() 1003 status = rte_lpm6_lookup(lpm, ip_2, &next_hop_return); in test18() 1006 status = rte_lpm6_delete(lpm, ip_2, depth_2); in test18() 1009 status = rte_lpm6_lookup(lpm, ip_2, &next_hop_return); in test18()
|