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

  /src/dist/pf/sbin/pfctl/
parse.y 428 %type <v.interface> interface if_list if_item_not if_item
1140 antispoof_if : if_item { $$ = $1; }
1141 | '(' if_item ')' {
2313 if_item_not : not if_item { $$ = $2; $$->not = $1; }
2316 if_item : STRING { label
2321 err(1, "if_item: calloc");
parse.y 428 %type <v.interface> interface if_list if_item_not if_item
1140 antispoof_if : if_item { $$ = $1; }
1141 | '(' if_item ')' {
2313 if_item_not : not if_item { $$ = $2; $$->not = $1; }
2316 if_item : STRING { label
2321 err(1, "if_item: calloc");

Completed in 128 milliseconds