HomeSort by: relevance | last modified time | path
    Searched refs:alast (Results 1 - 2 of 2) sorted by relevancy

  /src/dist/pf/sbin/pfctl/
pfctl_parser.h 87 struct pf_anchor *anchor, *alast; member in struct:pfctl
parse.y 685 pf->alast = pf->anchor;
715 $2 ? $2 : pf->alast->name);
721 if (pf->alast != r.anchor) {
728 mv_rules(&pf->alast->ruleset,
731 pf_remove_if_empty_ruleset(&pf->alast->ruleset);
732 pf->alast = r.anchor;
761 pf->alast->name : $2);

Completed in 15 milliseconds