Home
last modified time | relevance | path

Searched refs:npf_table_remove (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.sbin/npf/npftest/libnpftest/
H A Dnpf_table_test.c166 error = npf_table_remove(t, alen, addr, nm); in clear_ip4()
169 error = npf_table_remove(t, alen, addr, nm); in clear_ip4()
173 error = npf_table_remove(t, alen, addr, nm); in clear_ip4()
176 error = npf_table_remove(t, alen, addr, nm); in clear_ip4()
280 error = npf_table_remove(t, alen, addr, nm); in test_ip6()
288 error = npf_table_remove(t, alen, addr, nm); in test_ip6()
337 error = npf_table_remove(t, alen, addr, 96); in test_lpm_masks6()
352 error = npf_table_remove(t, alen, addr, 32); in test_lpm_masks6()
367 error = npf_table_remove(t, alen, addr, 126); in test_lpm_masks6()
/netbsd-src/sys/net/npf/
H A Dnpf_impl.h400 int npf_table_remove(npf_table_t *, const int,
H A Dnpf_tableset.c615 npf_table_remove(npf_table_t *t, const int alen, in npf_table_remove() function
H A Dnpf_ctl.c821 error = npf_table_remove(t, nct->nct_data.ent.alen, in npfctl_table()