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

  /src/external/bsd/ipf/dist/tools/
ipmon_y.y 78 %type <opt> matchopt nattag type
115 matchopt { $$ = $1; }
116 | matchopt ',' matching { $1->o_next = $3; $$ = $1; }
119 matchopt: label

Completed in 15 milliseconds