Home
last modified time | relevance | path

Searched refs:DIOCGETRULESETS (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/pf/authpf/
H A Dauthpf.c649 if (ioctl(pfctl_fd(pfh), DIOCGETRULESETS, &prs)) { in remove_stale_rulesets()
715 if (ioctl(pfctl_fd(pfh), DIOCGETRULESETS, prs)) { in recursive_ruleset_purge()
/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c1561 if (ioctl(pfctl_fd(pfh), DIOCGETRULESETS, &prs)) { in pfl_walk_rulesets()
/freebsd/sys/netpfil/pf/
H A Dpf_ioctl.c2818 case DIOCGETRULESETS: in pfioctl()
2877 case DIOCGETRULESETS: in pfioctl()
4605 case DIOCGETRULESETS: { in pfioctl()
/freebsd/sys/net/
H A Dpfvar.h2106 #define DIOCGETRULESETS _IOWR('D', 58, struct pfioc_ruleset) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp1912 unsigned IOCTL_DIOCGETRULESETS = DIOCGETRULESETS;
H A Dsanitizer_interceptors_ioctl_netbsd.inc807 _(DIOCGETRULESETS, READWRITE, struct_pfioc_ruleset_sz);