Searched refs:npf_table_insert (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/usr.sbin/npf/npftest/libnpftest/ |
H A D | npf_table_test.c | 82 error = npf_table_insert(t, alen, addr, NPF_NO_NETMASK); in ip4list_insert_lookup() 103 error = npf_table_insert(t, alen, addr, nm); in fill_with_ip4() 105 error = npf_table_insert(t, alen, addr, nm); in fill_with_ip4() 109 error = npf_table_insert(t, alen, addr, nm); in fill_with_ip4() 111 error = npf_table_insert(t, alen, addr, nm); in fill_with_ip4() 130 error = npf_table_insert(t, alen, addr, nm); in verify_ip4() 134 error = npf_table_insert(t, alen, addr, nm); in verify_ip4() 248 error = npf_table_insert(t, alen, addr, NPF_NO_NETMASK); in test_nocopy() 276 error = npf_table_insert(t, alen, addr, nm); in test_ip6() 284 error = npf_table_insert(t, alen, addr, nm); in test_ip6() [all …]
|
/netbsd-src/sys/net/npf/ |
H A D | npf_ifaddr.c | 145 npf_table_insert(t, alen, &addr, NPF_NO_NETMASK); in npf_ifaddr_sync()
|
H A D | npf_ctl.c | 123 error = npf_table_insert(t, alen, addr, mask); in npf_mk_table_entries() 817 error = npf_table_insert(t, nct->nct_data.ent.alen, in npfctl_table()
|
H A D | npf_impl.h | 398 int npf_table_insert(npf_table_t *, const int,
|
H A D | npf_tableset.c | 537 npf_table_insert(npf_table_t *t, const int alen, in npf_table_insert() function
|
/netbsd-src/lib/libnpf/ |
H A D | npf.h | 153 int npf_table_insert(nl_config_t *, nl_table_t *);
|
H A D | npf.c | 1246 npf_table_insert(nl_config_t *ncf, nl_table_t *tl) in npf_table_insert() function
|
/netbsd-src/usr.sbin/npf/npfctl/ |
H A D | npf_build.c | 1053 if (npf_table_insert(npf_conf, tl)) { in npfctl_build_table() 1079 (void)npf_table_insert(npf_conf, tl); in npfctl_ifnet_table()
|