/src/dist/pf/usr.sbin/authpf/ |
authpf.c | 581 struct pfioc_ruleset prs; local in function:remove_stale_rulesets 584 memset(&prs, 0, sizeof(prs)); 585 strlcpy(prs.path, anchorname, sizeof(prs.path)); 586 if (ioctl(dev, DIOCGETRULESETS, &prs)) { 593 mnr = prs.nr; 599 prs.nr = nr; 600 if (ioctl(dev, DIOCGETRULESET, &prs)) 603 if ((t = strchr(prs.name, '(')) == NULL [all...] |
authpf.c | 581 struct pfioc_ruleset prs; local in function:remove_stale_rulesets 584 memset(&prs, 0, sizeof(prs)); 585 strlcpy(prs.path, anchorname, sizeof(prs.path)); 586 if (ioctl(dev, DIOCGETRULESETS, &prs)) { 593 mnr = prs.nr; 599 prs.nr = nr; 600 if (ioctl(dev, DIOCGETRULESET, &prs)) 603 if ((t = strchr(prs.name, '(')) == NULL [all...] |
authpf.c | 581 struct pfioc_ruleset prs; local in function:remove_stale_rulesets 584 memset(&prs, 0, sizeof(prs)); 585 strlcpy(prs.path, anchorname, sizeof(prs.path)); 586 if (ioctl(dev, DIOCGETRULESETS, &prs)) { 593 mnr = prs.nr; 599 prs.nr = nr; 600 if (ioctl(dev, DIOCGETRULESET, &prs)) 603 if ((t = strchr(prs.name, '(')) == NULL [all...] |