Home
last modified time | relevance | path

Searched refs:pfctl_get_rules_info_h (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libpfctl/
H A Dlibpfctl.h451 int pfctl_get_rules_info_h(struct pfctl_handle *h,
H A Dlibpfctl.c1365 pfctl_get_rules_info_h(struct pfctl_handle *h, struct pfctl_rules_info *rules, uint32_t ruleset, in pfctl_get_rules_info_h() function
1411 error = pfctl_get_rules_info_h(h, rules, ruleset, path); in pfctl_get_rules_info()
/freebsd/sbin/pfctl/
H A Dpfctl.c1288 ret = pfctl_get_rules_info_h(pfh, &ri, PF_PASS, path); in pfctl_show_rules()
1295 ret = pfctl_get_rules_info_h(pfh, &ri, PF_SCRUB, path); in pfctl_show_rules()
1343 ret = pfctl_get_rules_info_h(pfh, &ri, PF_PASS, path); in pfctl_show_rules()
1508 ret = pfctl_get_rules_info_h(pfh, &ri, nattype[i], path); in pfctl_show_nat()
H A Dpfctl_optimize.c908 if (pfctl_get_rules_info_h(pf->h, &rules, PF_PASS, "")) { in load_feedback_profile()
/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c1520 if (pfctl_get_rules_info_h(pfh, &rules, PF_PASS, path)) { in pfl_scan_ruleset()