Home
last modified time | relevance | path

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

/freebsd/lib/libpfctl/
H A Dlibpfctl.h532 int pfctl_get_timeout(struct pfctl_handle *h, uint32_t timeout, uint32_t *seconds);
H A Dlibpfctl.c2602 pfctl_get_timeout(struct pfctl_handle *h, uint32_t timeout, uint32_t *seconds) in pfctl_get_timeout() function
/freebsd/sbin/pfctl/
H A Dpfctl.c1671 if ((ret = pfctl_get_timeout(pfh, pf_timeouts[i].timeout, &seconds)) != 0) in pfctl_show_timeouts()