Searched refs:eanchor (Results 1 – 3 of 3) sorted by relevance
/freebsd/sbin/pfctl/ |
H A D | pfctl.c | 1773 rs = &pf->eanchor->ruleset; in pfctl_append_eth_rule() 1864 pf->eanchor = rs->anchor; in pfctl_load_eth_ruleset() 1866 snprintf(&path[len], MAXPATHLEN - len, "/%s", pf->eanchor->name); in pfctl_load_eth_ruleset() 1868 snprintf(&path[len], MAXPATHLEN - len, "%s", pf->eanchor->name); in pfctl_load_eth_ruleset() 2187 if ((pf.eanchor = calloc(1, sizeof(*pf.eanchor))) == NULL) in pfctl_rules() 2190 if (strlcpy(pf.eanchor->path, anchorname, in pfctl_rules() 2191 sizeof(pf.eanchor->path)) >= sizeof(pf.eanchor->path)) in pfctl_rules() 2193 if (strlcpy(pf.eanchor->name, anchorname, in pfctl_rules() 2194 sizeof(pf.eanchor->name)) >= sizeof(pf.eanchor->name)) in pfctl_rules() 2197 ethrs = &pf.eanchor->ruleset; in pfctl_rules() [all …]
|
H A D | pfctl_parser.h | 91 struct pfctl_eth_anchor *eanchor, *ealast; member
|
H A D | parse.y | 1292 pf->eanchor = rs->anchor; 1295 pf->ealast = pf->eanchor; 1297 pf->eanchor = pf->eastack[pf->asd];
|