Symbol: pfioc_ruleset
lib/libpfctl/libpfctl.c
3311
#define _OUT(_field) offsetof(struct pfioc_ruleset, _field)
lib/libpfctl/libpfctl.c
3325
struct pfioc_ruleset rs = {};
lib/libpfctl/libpfctl.c
3357
pfctl_get_ruleset(struct pfctl_handle *h, const char *path, uint32_t nr, struct pfioc_ruleset *rs)
lib/libpfctl/libpfctl.h
577
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
3369
pfctl_walk_show(int opts, struct pfioc_ruleset *pr, void *warg)
sbin/pfctl/pfctl.c
3381
pfctl_walk_get(int opts, struct pfioc_ruleset *pr, void *warg)
sbin/pfctl/pfctl.c
3409
int(walkf)(int, struct pfioc_ruleset *, void *), void *warg)
sbin/pfctl/pfctl.c
3411
struct pfioc_ruleset pr;
sbin/pfctl/pfctl.c
3449
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
3111
int pf_ioctl_get_rulesets(struct pfioc_ruleset *);
sys/net/pfvar.h
3112
int pf_ioctl_get_ruleset(struct pfioc_ruleset *);
sys/netpfil/pf/pf_ioctl.c
3696
pf_ioctl_get_rulesets(struct pfioc_ruleset *pr)
sys/netpfil/pf/pf_ioctl.c
3727
pf_ioctl_get_ruleset(struct pfioc_ruleset *pr)
sys/netpfil/pf/pf_ioctl.c
5627
struct pfioc_ruleset *pr = (struct pfioc_ruleset *)addr;
sys/netpfil/pf/pf_ioctl.c
5636
struct pfioc_ruleset *pr = (struct pfioc_ruleset *)addr;
sys/netpfil/pf/pf_nl.c
1658
#define _OUT(_field) offsetof(struct pfioc_ruleset, _field)
sys/netpfil/pf/pf_nl.c
1669
struct pfioc_ruleset attrs = { 0 };
sys/netpfil/pf/pf_nl.c
1701
struct pfioc_ruleset attrs = { 0 };
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
1540
struct pfioc_ruleset prs;