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

/freebsd-13-stable/contrib/ipfilter/tools/
H A Dipmon_y.y78 %type <opt> matchopt nattag type
115 matchopt { $$ = $1; }
116 | matchopt ',' matching { $1->o_next = $3; $$ = $1; }
119 matchopt: label

Completed in 60 milliseconds