Searched refs:pfctl_table (Results 1 – 4 of 4) sorted by relevance
/freebsd/sbin/pfctl/ |
H A D | Makefile | 9 SRCS+= pfctl_osfp.c pfctl_radix.c pfctl_table.c pfctl_qstats.c
|
H A D | pfctl.h | 91 int pfctl_table(int, char *[], char *, const char *, char *,
|
H A D | pfctl_table.c | 111 if ((rv = pfctl_table(0, NULL, NULL, "-F", NULL, anchor, opts)) == -1) { in pfctl_do_clear_tables() 122 if (pfctl_table(0, NULL, NULL, "-s", NULL, anchor, opts)) in pfctl_show_tables() 127 pfctl_table(int argc, char *argv[], char *tname, const char *command, in pfctl_table() function
|
H A D | pfctl.c | 3601 exit_val = pfctl_table(argc, argv, tableopt, in main()
|