| /src/usr.sbin/npf/npftest/libnpftest/ |
| npf_table_test.c | 82 error = npf_table_insert(t, alen, addr, NPF_NO_NETMASK); 103 error = npf_table_insert(t, alen, addr, nm); 105 error = npf_table_insert(t, alen, addr, nm); 109 error = npf_table_insert(t, alen, addr, nm); 111 error = npf_table_insert(t, alen, addr, nm); 130 error = npf_table_insert(t, alen, addr, nm); 134 error = npf_table_insert(t, alen, addr, nm); 248 error = npf_table_insert(t, alen, addr, NPF_NO_NETMASK); 276 error = npf_table_insert(t, alen, addr, nm); 284 error = npf_table_insert(t, alen, addr, nm) [all...] |
| /src/sys/net/npf/ |
| npf_ifaddr.c | 145 npf_table_insert(t, alen, &addr, NPF_NO_NETMASK);
|
| npf_impl.h | 401 int npf_table_insert(npf_table_t *, const int,
|
| npf_ctl.c | 123 error = npf_table_insert(t, alen, addr, mask); 826 error = npf_table_insert(t, nct->nct_data.ent.alen,
|
| npf_tableset.c | 534 * npf_table_insert: add an IP CIDR entry into the table. 537 npf_table_insert(npf_table_t *t, const int alen, function
|
| /src/lib/libnpf/ |
| npf.h | 155 int npf_table_insert(nl_config_t *, nl_table_t *);
|
| npf.c | 1271 npf_table_insert(nl_config_t *ncf, nl_table_t *tl) function
|
| /src/usr.sbin/npf/npfctl/ |
| npf_build.c | 1219 if (npf_table_insert(npf_conf, tl)) { 1245 (void)npf_table_insert(npf_conf, tl);
|