Home
last modified time | relevance | path

Searched refs:DIOCGETRULESET (Results 1 – 7 of 7) sorted by relevance

/openbsd/usr.sbin/authpf/
H A Dauthpf.c657 if (ioctl(dev, DIOCGETRULESET, &prs) == -1) in remove_stale_rulesets()
715 if (ioctl(dev, DIOCGETRULESET, prs) == -1) in recursive_ruleset_purge()
/openbsd/sys/net/
H A Dpf_ioctl.c1093 case DIOCGETRULESET: in pfioctl()
1137 case DIOCGETRULESET: in pfioctl()
2188 case DIOCGETRULESET: { in pfioctl()
H A Dpfvar.h1539 #define DIOCGETRULESET _IOWR('D', 59, struct pfioc_ruleset) macro
/openbsd/sbin/pfctl/
H A Dpfctl.c982 if (ioctl(dev, DIOCGETRULESET, &prs) == -1) in pfctl_show_rules()
2220 if (ioctl(dev, DIOCGETRULESET, &pr) == -1) in pfctl_walk_anchors()
/openbsd/usr.bin/systat/
H A Dpftop.c1085 if (ioctl(pf_dev, DIOCGETRULESET, &ruleset) == -1) { in read_rulesets()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp1913 unsigned IOCTL_DIOCGETRULESET = DIOCGETRULESET;
H A Dsanitizer_interceptors_ioctl_netbsd.inc808 _(DIOCGETRULESET, READWRITE, struct_pfioc_ruleset_sz);