OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 25 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025