Searched refs:pfioc_rule (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/sys/dist/pf/net/ |
| D | pfvar.h | 1347 struct pfioc_rule { struct 1506 #define DIOCADDRULE _IOWR('D', 4, struct pfioc_rule) 1507 #define DIOCGETRULES _IOWR('D', 6, struct pfioc_rule) 1508 #define DIOCGETRULE _IOWR('D', 7, struct pfioc_rule) 1519 #define DIOCCHANGERULE _IOWR('D', 26, struct pfioc_rule) 1802 const struct pf_rule *, struct pfioc_rule *); 1812 const struct pf_rule *, struct pfioc_rule *);
|
| D | pf_ruleset.c | 97 const struct pf_rule *, struct pfioc_rule *); 364 struct pfioc_rule *pr) in pf_anchor_copyout()
|
| D | pf_ioctl.c | 1358 if (((struct pfioc_rule *)addr)->action == PF_GET_CLR_CNTR) in pfioctl() 1408 struct pfioc_rule *pr = (struct pfioc_rule *)addr; in pfioctl() 1567 struct pfioc_rule *pr = (struct pfioc_rule *)addr; in pfioctl() 1594 struct pfioc_rule *pr = (struct pfioc_rule *)addr; in pfioctl() 1648 struct pfioc_rule *pcr = (struct pfioc_rule *)addr; in pfioctl()
|
| /netbsd/src/dist/pf/usr.sbin/ftp-proxy/ |
| D | filter.c | 67 static struct pfioc_rule pfr;
|
| /netbsd/src/dist/pf/libexec/tftp-proxy/ |
| D | filter.c | 56 static struct pfioc_rule pfr;
|
| /netbsd/src/dist/pf/sbin/pfctl/ |
| D | pfctl.c | 760 struct pfioc_rule pr; in pfctl_show_rules() 916 struct pfioc_rule pr; in pfctl_show_nat() 1272 struct pfioc_rule pr; in pfctl_load_rule()
|
| D | pfctl_optimize.c | 880 struct pfioc_rule pr; in load_feedback_profile()
|