Home
last modified time | relevance | path

Searched refs:pfctl_set_timeout (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/dist/pf/sbin/pfctl/
H A Dpfctl_parser.h200 int pfctl_set_timeout(struct pfctl *, const char *, int, int);
H A Dpfctl.c1646 pfctl_set_timeout(struct pfctl *pf, const char *opt, int seconds, int quiet) in pfctl_set_timeout() function
1708 if ((r = pfctl_set_timeout(pf, hint[i].name, in pfctl_set_optimization()
H A Dparse.y3923 if (pfctl_set_timeout(pf, $1, $2, 0) != 0) {