Home
last modified time | relevance | path

Searched refs:npfctl_load_table (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpfctl.h217 nl_table_t * npfctl_load_table(const char *, int, u_int, const char *, FILE *);
H A Dnpf_build.c1024 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 Dnpf_cmd.c281 if ((t = npfctl_load_table(newname, tid, type, path, fp)) == NULL) { in npfctl_table_replace()