/src/usr.sbin/npf/npftest/libnpftest/ |
npf_table_test.c | 166 error = npf_table_remove(t, alen, addr, nm); 169 error = npf_table_remove(t, alen, addr, nm); 173 error = npf_table_remove(t, alen, addr, nm); 176 error = npf_table_remove(t, alen, addr, nm); 280 error = npf_table_remove(t, alen, addr, nm); 288 error = npf_table_remove(t, alen, addr, nm); 337 error = npf_table_remove(t, alen, addr, 96); 352 error = npf_table_remove(t, alen, addr, 32); 367 error = npf_table_remove(t, alen, addr, 126);
|
/src/sys/net/npf/ |
npf_impl.h | 403 int npf_table_remove(npf_table_t *, const int,
|
npf_tableset.c | 612 * npf_table_remove: remove the IP CIDR entry from the table. 615 npf_table_remove(npf_table_t *t, const int alen, function in typeref:typename:int
|
npf_ctl.c | 830 error = npf_table_remove(t, nct->nct_data.ent.alen,
|