Searched refs:pfioc_rule (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/sys/net/ |
| D | pfvar.h | 1060 struct pfioc_rule { struct 1223 #define DIOCBEGINRULES _IOWR('D', 3, struct pfioc_rule) 1224 #define DIOCADDRULE _IOWR('D', 4, struct pfioc_rule) 1225 #define DIOCCOMMITRULES _IOWR('D', 5, struct pfioc_rule) 1226 #define DIOCGETRULES _IOWR('D', 6, struct pfioc_rule) 1227 #define DIOCGETRULE _IOWR('D', 7, struct pfioc_rule) 1237 #define DIOCCHANGERULE _IOWR('D', 26, struct pfioc_rule)
|
| D | pf_ioctl.c | 996 struct pfioc_rule *pr = (struct pfioc_rule *)addr; in pfioctl() 1004 struct pfioc_rule *pr = (struct pfioc_rule *)addr; in pfioctl() 1129 struct pfioc_rule *pr = (struct pfioc_rule *)addr; in pfioctl() 1137 struct pfioc_rule *pr = (struct pfioc_rule *)addr; in pfioctl() 1165 struct pfioc_rule *pr = (struct pfioc_rule *)addr; in pfioctl() 1207 struct pfioc_rule *pcr = (struct pfioc_rule *)addr; in pfioctl()
|
| /mirbsd/src/sbin/pfctl/ |
| D | pfctl.c | 589 struct pfioc_rule pr; in pfctl_show_rules() 715 struct pfioc_rule pr; in pfctl_show_nat() 952 struct pfioc_rule pr; in pfctl_add_rule()
|