Searched refs:npf_table_create (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/usr.sbin/npf/npftest/libnpftest/ |
H A D | npf_table_test.c | 193 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 D | npf_ifaddr.c | 76 t = npf_table_create(tname, tid, NPF_TABLE_IFADDR, NULL, 0); in lookup_ifnet_table()
|
H A D | npf_impl.h | 393 npf_table_t * npf_table_create(const char *, u_int, int, const void *, size_t);
|
H A D | npf_tableset.c | 370 npf_table_create(const char *name, u_int tid, int type, in npf_table_create() function
|
H A D | npf_ctl.c | 178 t = npf_table_create(name, (unsigned)tid, type, blob, size); in npf_mk_table()
|
/netbsd-src/lib/libnpf/ |
H A D | npf.h | 147 nl_table_t * npf_table_create(const char *, unsigned, int);
|
H A D | npf.c | 1117 npf_table_create(const char *name, unsigned id, int type) in npf_table_create() function
|
/netbsd-src/usr.sbin/npf/npfctl/ |
H A D | npf_build.c | 1029 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()
|