Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_lpm.c471 uint32_t ip, ip_1, ip_2; in test9() local
578 ip_1 = RTE_IPV4(128, 0, 0, 0); in test9()
588 status = rte_lpm_add(lpm, ip_1, depth_1, next_hop_add_1); in test9()
591 status = rte_lpm_lookup(lpm, ip_1, &next_hop_return); in test9()
606 status = rte_lpm_delete(lpm, ip_1, depth_1); in test9()
609 status = rte_lpm_lookup(lpm, ip_1, &next_hop_return); in test9()
H A Dtest_lpm6.c887 uint8_t ip[16], ip_1[16], ip_2[16]; in test18() local
995 IPv6(ip_1, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); in test18()
1005 status = rte_lpm6_add(lpm, ip_1, depth_1, next_hop_add_1); in test18()
1008 status = rte_lpm6_lookup(lpm, ip_1, &next_hop_return); in test18()
1023 status = rte_lpm6_delete(lpm, ip_1, depth_1); in test18()
1026 status = rte_lpm6_lookup(lpm, ip_1, &next_hop_return); in test18()