Searched refs:pfctl_get_rules_info_h (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libpfctl/ |
H A D | libpfctl.h | 451 int pfctl_get_rules_info_h(struct pfctl_handle *h,
|
H A D | libpfctl.c | 1365 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 D | pfctl.c | 1288 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 D | pfctl_optimize.c | 908 if (pfctl_get_rules_info_h(pf->h, &rules, PF_PASS, "")) { in load_feedback_profile()
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/ |
H A D | pf_snmp.c | 1520 if (pfctl_get_rules_info_h(pfh, &rules, PF_PASS, path)) { in pfl_scan_ruleset()
|