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.c1573 if (ioctl(pfctl_fd(pfh), DIOCGETRULESETS, &prs)) { in pfl_walk_rulesets()
/freebsd/sys/netpfil/pf/
H A Dpf_ioctl.c2812 case DIOCGETRULESETS: in pfioctl()
2871 case DIOCGETRULESETS: in pfioctl()
4599 case DIOCGETRULESETS: { in pfioctl()
/freebsd/sys/net/
H A Dpfvar.h2084 #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);