sbin/pfctl/pfctl.c
149
int(*)(int, int, struct pfr_anchoritem *));
sbin/pfctl/pfctl.c
150
int pfctl_call_clearrules(int, int, struct pfr_anchoritem *);
sbin/pfctl/pfctl.c
151
int pfctl_call_cleartables(int, int, struct pfr_anchoritem *);
sbin/pfctl/pfctl.c
152
int pfctl_call_clearanchors(int, int, struct pfr_anchoritem *);
sbin/pfctl/pfctl.c
153
int pfctl_call_showtables(int, int, struct pfr_anchoritem *);
sbin/pfctl/pfctl.c
3383
struct pfr_anchoritem *pfra;
sbin/pfctl/pfctl.c
3479
pfctl_call_cleartables(int dev, int opts, struct pfr_anchoritem *pfra)
sbin/pfctl/pfctl.c
3491
pfctl_call_clearrules(int dev, int opts, struct pfr_anchoritem *pfra)
sbin/pfctl/pfctl.c
3502
pfctl_call_clearanchors(int dev, int opts, struct pfr_anchoritem *pfra)
sbin/pfctl/pfctl.c
3513
pfctl_call_showtables(int dev, int opts, struct pfr_anchoritem *pfra)
sbin/pfctl/pfctl.c
3521
int(*walkf)(int, int, struct pfr_anchoritem *))
sbin/pfctl/pfctl.c
3525
struct pfr_anchoritem *pfra, *pfra_save;
sbin/pfctl/pfctl.c
3541
SLIST_REMOVE(anchors, pfra, pfr_anchoritem, pfra_sle);
sbin/pfctl/pfctl.h
100
SLIST_ENTRY(pfr_anchoritem) pfra_sle;
sbin/pfctl/pfctl.h
104
SLIST_HEAD(pfr_anchors, pfr_anchoritem);