Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A DMakefile9 SRCS+= pfctl_osfp.c pfctl_radix.c pfctl_table.c pfctl_qstats.c
H A Dpfctl.h91 int pfctl_table(int, char *[], char *, const char *, char *,
H A Dpfctl_table.c111 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 Dpfctl.c3601 exit_val = pfctl_table(argc, argv, tableopt, in main()