pfctl.c | 92 int pfctl_show_anchors(int, int, char *); 1903 pfctl_show_anchors(int dev, int opts, char *anchorname) function in typeref:typename:int 1935 if ((opts & PF_OPT_VERBOSE) && pfctl_show_anchors(dev, opts, sub)) 2157 pfctl_show_anchors(dev, opts, anchorname);
|