Symbol: pfioc_ruleset
lib/libpfctl/libpfctl.c
3355
#define _OUT(_field) offsetof(struct pfioc_ruleset, _field)
lib/libpfctl/libpfctl.c
3369
struct pfioc_ruleset rs = {};
lib/libpfctl/libpfctl.c
3403
pfctl_get_ruleset(struct pfctl_handle *h, const char *path, uint32_t nr, struct pfioc_ruleset *rs)
lib/libpfctl/libpfctl.h
579
int pfctl_get_ruleset(struct pfctl_handle *h, const char *path, uint32_t nr, struct pfioc_ruleset *rs);
sbin/pfctl/pfctl.c
142
int pfctl_walk_show(int, struct pfioc_ruleset *, void *);
sbin/pfctl/pfctl.c
143
int pfctl_walk_get(int, struct pfioc_ruleset *, void *);
sbin/pfctl/pfctl.c
145
int(*)(int, struct pfioc_ruleset *, void *), void *);
sbin/pfctl/pfctl.c
1648
struct pfioc_ruleset prs;
sbin/pfctl/pfctl.c
1870
struct pfioc_ruleset prs;
sbin/pfctl/pfctl.c
3373
pfctl_walk_show(int opts, struct pfioc_ruleset *pr, void *warg)
sbin/pfctl/pfctl.c
3385
pfctl_walk_get(int opts, struct pfioc_ruleset *pr, void *warg)
sbin/pfctl/pfctl.c
3413
int(walkf)(int, struct pfioc_ruleset *, void *), void *warg)
sbin/pfctl/pfctl.c
3415
struct pfioc_ruleset pr;
sbin/pfctl/pfctl.c
3453
struct pfioc_ruleset pr;
sys/net/pfvar.h
2521
#define DIOCGETRULESETS _IOWR('D', 58, struct pfioc_ruleset)
sys/net/pfvar.h
2522
#define DIOCGETRULESET _IOWR('D', 59, struct pfioc_ruleset)
sys/net/pfvar.h
3110
int pf_ioctl_get_rulesets(struct pfioc_ruleset *);
sys/net/pfvar.h
3111
int pf_ioctl_get_ruleset(struct pfioc_ruleset *);
sys/netpfil/pf/pf_ioctl.c
3694
pf_ioctl_get_rulesets(struct pfioc_ruleset *pr)
sys/netpfil/pf/pf_ioctl.c
3725
pf_ioctl_get_ruleset(struct pfioc_ruleset *pr)
sys/netpfil/pf/pf_ioctl.c
5617
struct pfioc_ruleset *pr = (struct pfioc_ruleset *)addr;
sys/netpfil/pf/pf_ioctl.c
5626
struct pfioc_ruleset *pr = (struct pfioc_ruleset *)addr;
sys/netpfil/pf/pf_nl.c
1695
#define _OUT(_field) offsetof(struct pfioc_ruleset, _field)
sys/netpfil/pf/pf_nl.c
1706
struct pfioc_ruleset attrs = { 0 };
sys/netpfil/pf/pf_nl.c
1738
struct pfioc_ruleset attrs = { 0 };
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1540
struct pfioc_ruleset prs;