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
3387
struct pfr_anchoritem *pfra;
sbin/pfctl/pfctl.c
3483
pfctl_call_cleartables(int dev, int opts, struct pfr_anchoritem *pfra)
sbin/pfctl/pfctl.c
3495
pfctl_call_clearrules(int dev, int opts, struct pfr_anchoritem *pfra)
sbin/pfctl/pfctl.c
3506
pfctl_call_clearanchors(int dev, int opts, struct pfr_anchoritem *pfra)
sbin/pfctl/pfctl.c
3517
pfctl_call_showtables(int dev, int opts, struct pfr_anchoritem *pfra)
sbin/pfctl/pfctl.c
3525
int(*walkf)(int, int, struct pfr_anchoritem *))
sbin/pfctl/pfctl.c
3529
struct pfr_anchoritem *pfra, *pfra_save;
sbin/pfctl/pfctl.c
3545
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);