Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl_table.c57 static int pfctl_table(int, char *[], char *, const char *, char *,
109 return pfctl_table(0, NULL, NULL, "-F", NULL, anchor, opts); in pfctl_do_clear_tables()
115 return pfctl_table(0, NULL, NULL, "-s", NULL, anchor, opts); in pfctl_show_tables()
124 return pfctl_table(argc, argv, tname, command, file, anchor, opts); in pfctl_command_tables()
128 pfctl_table(int argc, char *argv[], char *tname, const char *command, in pfctl_table() function
H A DMakefile9 SRCS+= pfctl_osfp.c pfctl_radix.c pfctl_table.c pfctl_qstats.c