Home | History | Annotate | Download | only in pfctl

Lines Matching defs:pfctl_table

1 /*	$NetBSD: pfctl_table.c,v 1.7 2008/06/18 09:06:26 yamt Exp $	*/
2 /* $OpenBSD: pfctl_table.c,v 1.66 2007/03/01 17:20:54 deraadt Exp $ */
56 static int pfctl_table(int, char *[], char *, const char *, char *,
107 return pfctl_table(0, NULL, NULL, "-F", NULL, anchor, opts);
113 return pfctl_table(0, NULL, NULL, "-s", NULL, anchor, opts);
122 return pfctl_table(argc, argv, tname, command, file, anchor, opts);
126 pfctl_table(int argc, char *argv[], char *tname, const char *command,
149 errx(1, "pfctl_table: strlcpy");
153 errx(1, "pfctl_table: strlcpy");
351 warnx("pfctl_table: unknown command '%s'", command);