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

  /src/dist/pf/sbin/pfctl/
pfctl.c 100 extern struct pf_anchor pf_main_anchor;
1356 memset(&pf_main_anchor, 0, sizeof(pf_main_anchor));
1357 pf_init_ruleset(&pf_main_anchor.ruleset);
1358 pf_main_anchor.ruleset.anchor = &pf_main_anchor;
  /src/sys/dist/pf/net/
pf_ruleset.c 90 struct pf_anchor pf_main_anchor; variable in typeref:struct:pf_anchor
pfvar.h 1793 extern struct pf_anchor pf_main_anchor;
1794 #define pf_main_ruleset pf_main_anchor.ruleset

Completed in 15 milliseconds