Home
last modified time | relevance | path

Searched refs:pfctl_get_limit (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libpfctl/
H A Dlibpfctl.h534 int pfctl_get_limit(struct pfctl_handle *h, const int index, uint *limit);
H A Dlibpfctl.c2684 pfctl_get_limit(struct pfctl_handle *h, const int index, uint *limit) in pfctl_get_limit() function
/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c342 if (pfctl_get_limit(pfh, index, &limit)) { in pf_limits()
/freebsd/sbin/pfctl/
H A Dpfctl.c1695 if ((ret = pfctl_get_limit(pfh, pf_limits[i].index, &limit)) != 0) in pfctl_show_limits()