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

  /src/dist/pf/sbin/pfctl/
parse.y 447 %type <v.port> portspec port_list port_item
2650 portspec : port_item { $$ = $1; }
2654 port_list : port_item { $$ = $1; }
2655 | port_list comma port_item {
2662 port_item : port { label
2665 err(1, "port_item: calloc");
2683 err(1, "port_item: calloc");
2698 err(1, "port_item: calloc");
parse.y 447 %type <v.port> portspec port_list port_item
2650 portspec : port_item { $$ = $1; }
2654 port_list : port_item { $$ = $1; }
2655 | port_list comma port_item {
2662 port_item : port { label
2665 err(1, "port_item: calloc");
2683 err(1, "port_item: calloc");
2698 err(1, "port_item: calloc");

Completed in 26 milliseconds