Searched refs:pfctl_get_rules_info_h (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libpfctl/ |
H A D | libpfctl.h | 463 int pfctl_get_rules_info_h(struct pfctl_handle *h,
|
H A D | libpfctl.c | 1380 pfctl_get_rules_info_h(struct pfctl_handle *h, struct pfctl_rules_info *rules, uint32_t ruleset, in pfctl_get_rules_info_h() function 1426 error = pfctl_get_rules_info_h(h, rules, ruleset, path); in pfctl_get_rules_info()
|
/freebsd/sbin/pfctl/ |
H A D | pfctl.c | 1365 ret = pfctl_get_rules_info_h(pfh, &ri, PF_PASS, path); in pfctl_show_rules() 1372 ret = pfctl_get_rules_info_h(pfh, &ri, PF_SCRUB, path); in pfctl_show_rules() 1420 ret = pfctl_get_rules_info_h(pfh, &ri, PF_PASS, path); in pfctl_show_rules() 1585 ret = pfctl_get_rules_info_h(pfh, &ri, nattype[i], npath); in pfctl_show_nat()
|
H A D | pfctl_optimize.c | 900 if ((ret = pfctl_get_rules_info_h(pf->h, &rules, PF_PASS, "")) != 0) { in load_feedback_profile()
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/ |
H A D | pf_snmp.c | 1508 if (pfctl_get_rules_info_h(pfh, &rules, PF_PASS, path)) { in pfl_scan_ruleset()
|