Home
last modified time | relevance | path

Searched refs:pfctl_table (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/dist/pf/sbin/pfctl/
H A Dpfctl_table.c56 static int pfctl_table(int, char *[], char *, const char *, char *,
107 return pfctl_table(0, NULL, NULL, "-F", NULL, anchor, opts); in pfctl_clear_tables()
113 return pfctl_table(0, NULL, NULL, "-s", NULL, anchor, opts); in pfctl_show_tables()
122 return pfctl_table(argc, argv, tname, command, file, anchor, opts); in pfctl_command_tables()
126 pfctl_table(int argc, char *argv[], char *tname, const char *command, in pfctl_table() function
H A DMakefile5 SRCS+= pfctl_osfp.c pfctl_radix.c pfctl_table.c pfctl_qstats.c
/netbsd-src/usr.sbin/pf/pfctl/
H A DMakefile8 SRCS+= pfctl_osfp.c pfctl_radix.c pfctl_table.c pfctl_qstats.c
/netbsd-src/dist/pf/
H A Dpf2netbsd83 sbin/pfctl/pfctl_table.c