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

  /src/dist/pf/usr.sbin/authpf/
authpf.c 613 struct pfioc_trans_e t_e[PF_RULESET_MAX+1]; local in function:remove_stale_rulesets
617 bzero(t_e, sizeof(t_e));
619 t.esize = sizeof(t_e[0]);
620 t.array = t_e;
622 t_e[i].rs_num = i;
623 snprintf(t_e[i].anchor, sizeof(t_e[i].anchor),
626 t_e[PF_RULESET_MAX].rs_num = PF_RULESET_TABLE;
authpf.c 613 struct pfioc_trans_e t_e[PF_RULESET_MAX+1]; local in function:remove_stale_rulesets
617 bzero(t_e, sizeof(t_e));
619 t.esize = sizeof(t_e[0]);
620 t.array = t_e;
622 t_e[i].rs_num = i;
623 snprintf(t_e[i].anchor, sizeof(t_e[i].anchor),
626 t_e[PF_RULESET_MAX].rs_num = PF_RULESET_TABLE;

Completed in 24 milliseconds