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

  /src/usr.sbin/npf/npfctl/
npf_build.c 63 static nl_rule_t * defgroup_l2 = NULL; variable
112 if (l2_group & !defgroup_l2) {
118 if (defgroup_l2)
119 npf_rule_insert(npf_conf, NULL, defgroup_l2);
767 defgroup_l2 = set_defgroup(rl, defgroup_l2, attr);
799 if (group == defgroup_l3 || group == defgroup_l2) {
npf_build.c 63 static nl_rule_t * defgroup_l2 = NULL; variable
112 if (l2_group & !defgroup_l2) {
118 if (defgroup_l2)
119 npf_rule_insert(npf_conf, NULL, defgroup_l2);
767 defgroup_l2 = set_defgroup(rl, defgroup_l2, attr);
799 if (group == defgroup_l3 || group == defgroup_l2) {
npf_build.c 63 static nl_rule_t * defgroup_l2 = NULL; variable
112 if (l2_group & !defgroup_l2) {
118 if (defgroup_l2)
119 npf_rule_insert(npf_conf, NULL, defgroup_l2);
767 defgroup_l2 = set_defgroup(rl, defgroup_l2, attr);
799 if (group == defgroup_l3 || group == defgroup_l2) {

Completed in 133 milliseconds