Searched refs:pfioc_rule (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.4/bsd/net/ |
| H A D | pfvar.h | 1756 struct pfioc_rule { struct 2077 #define DIOCADDRULE _IOWR('D', 4, struct pfioc_rule) 2079 #define DIOCGETRULES _IOWR('D', 6, struct pfioc_rule) 2080 #define DIOCGETRULE _IOWR('D', 7, struct pfioc_rule) 2092 #define DIOCCHANGERULE _IOWR('D', 26, struct pfioc_rule) 2093 #define DIOCINSERTRULE _IOWR('D', 27, struct pfioc_rule) 2094 #define DIOCDELETERULE _IOWR('D', 28, struct pfioc_rule) 2380 const struct pf_rule *, struct pfioc_rule *); 2422 struct pfioc_rule *);
|
| H A D | pf_ioctl.c | 141 static int pfioctl_ioc_rule(u_long, int, struct pfioc_rule *, struct proc *); 183 static int pf_rule_setup(struct pfioc_rule *, struct pf_rule *, 186 static int pf_delete_rule_by_ticket(struct pfioc_rule *, u_int32_t); 1498 bcopy(&((struct pfioc_rule *)(void *)addr)->action, in pfioctl() 1619 struct pfioc_rule *pr = NULL; in pfioctl() 2452 pf_delete_rule_by_ticket(struct pfioc_rule *pr, u_int32_t req_dev) in pf_delete_rule_by_ticket() 2657 pf_rule_setup(struct pfioc_rule *pr, struct pf_rule *rule, in pf_rule_setup() 2755 pfioctl_ioc_rule(u_long cmd, int minordev, struct pfioc_rule *pr, struct proc *p) in pfioctl_ioc_rule() 2947 struct pfioc_rule *pcr = pr; in pfioctl_ioc_rule()
|
| H A D | pf_ruleset.c | 451 struct pfioc_rule *pr) in pf_anchor_copyout()
|