Searched refs:pfctl_apply_timeout (Results 1 – 3 of 3) sorted by relevance
/freebsd/sbin/pfctl/ |
H A D | pfctl_parser.h | 290 int pfctl_apply_timeout(struct pfctl *, const char *, int, int);
|
H A D | pfctl.c | 2438 pfctl_apply_timeout(struct pfctl *pf, const char *opt, int seconds, int quiet) in pfctl_apply_timeout() function 2517 if ((r = pfctl_apply_timeout(pf, hint[i].name, in pfctl_set_optimization()
|
H A D | parse.y | 5188 if (pfctl_apply_timeout(pf, $1, $2, 0) != 0) { 5202 if (pfctl_apply_timeout(pf, "interval", $2, 0) != 0)
|