Searched refs:pfctl_table (Results 1 – 2 of 2) sorted by relevance
/freebsd/sbin/pfctl/ |
H A D | pfctl_table.c | 57 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 D | Makefile | 9 SRCS+= pfctl_osfp.c pfctl_radix.c pfctl_table.c pfctl_qstats.c
|