Searched refs:ip_1 (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 567 ip_1 = RTE_IPV4(128, 0, 0, 0); in test9() 577 status = rte_lpm_add(lpm, ip_1, depth_1, next_hop_add_1); in test9() 580 status = rte_lpm_lookup(lpm, ip_1, &next_hop_return); in test9() 595 status = rte_lpm_delete(lpm, ip_1, depth_1); in test9() 598 status = rte_lpm_lookup(lpm, ip_1, &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 984 IPv6(ip_1, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); in test18() 994 status = rte_lpm6_add(lpm, ip_1, depth_1, next_hop_add_1); in test18() 997 status = rte_lpm6_lookup(lpm, ip_1, &next_hop_return); in test18() 1012 status = rte_lpm6_delete(lpm, ip_1, depth_1); in test18() 1015 status = rte_lpm6_lookup(lpm, ip_1, &next_hop_return); in test18()
|