Searched refs:npf_table_lookup (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/usr.sbin/npf/npftest/libnpftest/ |
| D | npf_table_test.c | 84 error = npf_table_lookup(t, alen, addr); in ip4list_insert_lookup() 142 error = npf_table_lookup(t, alen, addr); in verify_ip4() 146 error = npf_table_lookup(t, alen, addr); in verify_ip4() 220 error = npf_table_lookup(t, alen, addr); in test_basic() 224 error = npf_table_lookup(t, alen, addr); in test_basic() 254 error = npf_table_lookup(t, alen, &lookup_addr); in test_nocopy() 278 error = npf_table_lookup(t, alen, addr); in test_ip6() 286 error = npf_table_lookup(t, alen, addr); in test_ip6() 307 error = npf_table_lookup(t, alen, addr); in test_lpm_masks4() 311 error = npf_table_lookup(t, alen, addr); in test_lpm_masks4() [all …]
|
| /netbsd/src/sys/net/npf/ |
| D | npf_bpf.c | 190 return npf_table_lookup(t, npc->npc_alen, addr) == 0; in npf_cop_table()
|
| D | npf_impl.h | 402 int npf_table_lookup(npf_table_t *, const int, const npf_addr_t *);
|
| D | npf_tableset.c | 671 npf_table_lookup(npf_table_t *t, const int alen, const npf_addr_t *addr) in npf_table_lookup() function
|
| D | npf_ctl.c | 813 error = npf_table_lookup(t, nct->nct_data.ent.alen, in npfctl_table()
|