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

  /src/external/bsd/ipf/dist/tools/
ipnat_y.y 127 %type <port> portspec
473 divdst: src addr ',' portspec dst addr ',' portspec IPNY_UDP
502 | IPNY_PORT '=' portspec
513 | IPNY_PORT '=' portspec
532 proxy: | IPNY_PROXY port portspec YY_STR '/' proto
558 | IPNY_PROXY port portspec YY_STR '/' proto IPNY_CONFIG YY_STR
723 portspec: label
737 portspec { $$.p1 = $1; $$.p2 = $1; }
738 | portspec '-' portspec { $$.p1 = $1; $$.p2 = $3;
    [all...]
  /src/dist/pf/sbin/pfctl/
parse.y 447 %type <v.port> portspec port_list port_item
2455 | ipspec PORT portspec {
2459 | PORT portspec {
2650 portspec : port_item { $$ = $1; } label

Completed in 25 milliseconds