Searched refs:pfioc_rule (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dpfvar.h1743 struct pfioc_rule { struct
2063 #define DIOCADDRULE _IOWR('D', 4, struct pfioc_rule)
2065 #define DIOCGETRULES _IOWR('D', 6, struct pfioc_rule)
2066 #define DIOCGETRULE _IOWR('D', 7, struct pfioc_rule)
2078 #define DIOCCHANGERULE _IOWR('D', 26, struct pfioc_rule)
2079 #define DIOCINSERTRULE _IOWR('D', 27, struct pfioc_rule)
2080 #define DIOCDELETERULE _IOWR('D', 28, struct pfioc_rule)
2378 const struct pf_rule *, struct pfioc_rule *);
2411 struct pfioc_rule *);
H A Dpf_ruleset.c425 struct pfioc_rule *pr)
H A Dpf_ioctl.c145 static int pfioctl_ioc_rule(u_long, int, struct pfioc_rule *, struct proc *);
195 static int pf_rule_setup(struct pfioc_rule *, struct pf_rule *,
198 static int pf_delete_rule_by_ticket(struct pfioc_rule *);
1711 bcopy(&((struct pfioc_rule *)(void *)addr)->action,
1839 case DIOCADDRULE: /* struct pfioc_rule */
1840 case DIOCGETRULES: /* struct pfioc_rule */
1841 case DIOCGETRULE: /* struct pfioc_rule */
1842 case DIOCCHANGERULE: /* struct pfioc_rule */
1843 case DIOCINSERTRULE: /* struct pfioc_rule */
1844 case DIOCDELETERULE: { /* struct pfioc_rule */
[all...]

Completed in 1102 milliseconds