Home
last modified time | relevance | path

Searched refs:npf_table_create (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/usr.sbin/npf/npftest/libnpftest/
H A Dnpf_table_test.c193 t = npf_table_create(IPSET_NAME, IPSET_TID, NPF_TABLE_IPSET, NULL, 0); in test_basic()
203 t = npf_table_create(LPM_NAME, LPM_TID, NPF_TABLE_LPM, NULL, 0); in test_basic()
209 t = npf_table_create(IFADDR_NAME, IFADDR_TID, NPF_TABLE_IFADDR, NULL, 0); in test_basic()
381 t = npf_table_create(CDB_NAME, CDB_TID, NPF_TABLE_CONST, blob, size); in test_const_table()
/netbsd-src/sys/net/npf/
H A Dnpf_ifaddr.c76 t = npf_table_create(tname, tid, NPF_TABLE_IFADDR, NULL, 0); in lookup_ifnet_table()
H A Dnpf_impl.h393 npf_table_t * npf_table_create(const char *, u_int, int, const void *, size_t);
H A Dnpf_tableset.c370 npf_table_create(const char *name, u_int tid, int type, in npf_table_create() function
H A Dnpf_ctl.c178 t = npf_table_create(name, (unsigned)tid, type, blob, size); in npf_mk_table()
/netbsd-src/lib/libnpf/
H A Dnpf.h147 nl_table_t * npf_table_create(const char *, unsigned, int);
H A Dnpf.c1117 npf_table_create(const char *name, unsigned id, int type) in npf_table_create() function
/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpf_build.c1029 tl = npf_table_create(tname, tid, type); in npfctl_load_table()
1078 tl = npf_table_create(tname, tid, NPF_TABLE_IFADDR); in npfctl_ifnet_table()