sbin/pfctl/pfctl.c
132
int(*)(int, int, struct pfr_anchoritem *));
sbin/pfctl/pfctl.c
133
int pfctl_call_clearrules(int, int, struct pfr_anchoritem *);
sbin/pfctl/pfctl.c
134
int pfctl_call_cleartables(int, int, struct pfr_anchoritem *);
sbin/pfctl/pfctl.c
135
int pfctl_call_clearanchors(int, int, struct pfr_anchoritem *);
sbin/pfctl/pfctl.c
136
int pfctl_call_showtables(int, int, struct pfr_anchoritem *);
sbin/pfctl/pfctl.c
2746
struct pfr_anchoritem *pfra;
sbin/pfctl/pfctl.c
2849
pfctl_call_cleartables(int dev, int opts, struct pfr_anchoritem *pfra)
sbin/pfctl/pfctl.c
2861
pfctl_call_clearrules(int dev, int opts, struct pfr_anchoritem *pfra)
sbin/pfctl/pfctl.c
2872
pfctl_call_showtables(int dev, int opts, struct pfr_anchoritem *pfra)
sbin/pfctl/pfctl.c
2879
pfctl_call_clearanchors(int dev, int opts, struct pfr_anchoritem *pfra)
sbin/pfctl/pfctl.c
2891
int(*walkf)(int, int, struct pfr_anchoritem *))
sbin/pfctl/pfctl.c
2895
struct pfr_anchoritem *pfra, *pfra_save;
sbin/pfctl/pfctl.c
2910
SLIST_REMOVE(anchors, pfra, pfr_anchoritem, pfra_sle);
sbin/pfctl/pfctl.h
59
SLIST_ENTRY(pfr_anchoritem) pfra_sle;
sbin/pfctl/pfctl.h
77
SLIST_HEAD(pfr_anchors, pfr_anchoritem);