Searched defs:matching (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon_y.y62 %type <opt> protocol result rule srcip srcport logtag matching
73 line: IPM_MATCH '{' matching '}' IPM_DO '{' doing '}' ';'
90 matching: label
92 | matchopt ',' matching { $1->o_next = $3; $$ = $1; }
332 * once per matching statement.

Completed in 44 milliseconds