Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/authpf/
HDauthpf.c594 if (ioctl(dev_fd, DIOCGETRULESET, &prs)) in remove_stale_rulesets()
/dragonfly/sys/net/pf/
HDpf_ioctl.c1012 case DIOCGETRULESET: in pfioctl()
1061 case DIOCGETRULESET: in pfioctl()
2360 case DIOCGETRULESET: { in pfioctl()
HDpfvar.h1715 #define DIOCGETRULESET _IOWR('D', 59, struct pfioc_ruleset) macro
/dragonfly/usr.sbin/pfctl/
HDpfctl.c1958 if (ioctl(dev, DIOCGETRULESET, &pr)) in pfctl_show_anchors()