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

  /src/dist/pf/sbin/pfctl/
parse.y 447 %type <v.port> portspec port_list port_item
2651 | '{' port_list '}' { $$ = $2; }
2654 port_list : port_item { $$ = $1; } label
2655 | port_list comma port_item {
parse.y 447 %type <v.port> portspec port_list port_item
2651 | '{' port_list '}' { $$ = $2; }
2654 port_list : port_item { $$ = $1; } label
2655 | port_list comma port_item {

Completed in 194 milliseconds