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

/freebsd-10.0-release/sbin/pfctl/
H A DMakefile10 SRCS+= pfctl_osfp.c pfctl_radix.c pfctl_table.c pfctl_qstats.c
H A Dpfctl_table.c1 /* $OpenBSD: pfctl_table.c,v 1.67 2008/06/10 20:55:02 mcbride Exp $ */
58 static int pfctl_table(int, char *[], char *, const char *, char *,
109 return pfctl_table(0, NULL, NULL, "-F", NULL, anchor, opts);
115 return pfctl_table(0, NULL, NULL, "-s", NULL, anchor, opts);
124 return pfctl_table(argc, argv, tname, command, file, anchor, opts);
128 pfctl_table(int argc, char *argv[], char *tname, const char *command, function
151 errx(1, "pfctl_table: strlcpy");
155 errx(1, "pfctl_table: strlcpy");
355 warnx("pfctl_table: unknown command '%s'", command);

Completed in 57 milliseconds