Searched refs:table_host_list (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sbin/pfctl/
H A Dparse.y510 %type <v.host> table_host_list tablespec
1284 | '{' optnl table_host_list '}' {
1344 | '{' optnl table_host_list '}' { $$ = $3; }
1347 table_host_list : tablespec optnl { $$ = $1; } label
1348 | table_host_list comma tablespec optnl {

Completed in 101 milliseconds