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