Searched refs:ip_20_25 (Results 1 – 2 of 2) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_lpm.c | 1156 const uint32_t ip_20_25 = RTE_IPV4(10, 10, 20, 2); in test17() local 1187 if ((status = rte_lpm_add(lpm, ip_20_25, d_ip_20_25, in test17() 1191 status = rte_lpm_lookup(lpm, ip_20_25, &next_hop_return); in test17()
|
| H A D | test_lpm6.c | 1630 uint8_t ip_20_25[] = {10, 10, 20, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; in test26() local 1665 if ((status = rte_lpm6_add(lpm, ip_20_25, d_ip_20_25, in test26() 1669 status = rte_lpm6_lookup(lpm, ip_20_25, &next_hop_return); in test26()
|