Searched refs:pfioc_rule (Results 1 – 4 of 4) sorted by relevance
| /f-stack/tools/compat/include/net/ |
| H A D | pfvar.h | 888 struct pfioc_rule { struct 1079 #define DIOCADDRULE _IOWR('D', 4, struct pfioc_rule) 1080 #define DIOCGETRULES _IOWR('D', 6, struct pfioc_rule) 1081 #define DIOCGETRULE _IOWR('D', 7, struct pfioc_rule) 1091 #define DIOCCHANGERULE _IOWR('D', 26, struct pfioc_rule)
|
| /f-stack/freebsd/net/ |
| H A D | pfvar.h | 1037 struct pfioc_rule { struct 1231 #define DIOCADDRULE _IOWR('D', 4, struct pfioc_rule) 1232 #define DIOCGETRULES _IOWR('D', 6, struct pfioc_rule) 1233 #define DIOCGETRULE _IOWR('D', 7, struct pfioc_rule) 1243 #define DIOCCHANGERULE _IOWR('D', 26, struct pfioc_rule) 1636 const struct pf_krule *, struct pfioc_rule *);
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_ruleset.c | 341 struct pfioc_rule *pr) in pf_kanchor_copyout()
|
| H A D | pf_ioctl.c | 1799 if (((struct pfioc_rule *)addr)->action == in pfioctl() 1851 struct pfioc_rule *pr = (struct pfioc_rule *)addr; in pfioctl() 2018 struct pfioc_rule *pr = (struct pfioc_rule *)addr; in pfioctl() 2049 struct pfioc_rule *pr = (struct pfioc_rule *)addr; in pfioctl() 2105 struct pfioc_rule *pcr = (struct pfioc_rule *)addr; in pfioctl()
|