Searched refs:npfctl_load_table (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/usr.sbin/npf/npfctl/ |
H A D | npfctl.h | 217 nl_table_t * npfctl_load_table(const char *, int, u_int, const char *, FILE *);
|
H A D | npf_build.c | 1024 npfctl_load_table(const char *tname, int tid, unsigned type, in npfctl_load_table() function 1050 tl = npfctl_load_table(tname, npfctl_tid_counter++, type, fname, NULL); in npfctl_build_table()
|
H A D | npf_cmd.c | 281 if ((t = npfctl_load_table(newname, tid, type, path, fp)) == NULL) { in npfctl_table_replace()
|