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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipnat_y.y106 %type <port> portspec
281 proxy: | IPNY_PROXY IPNY_PORT portspec YY_STR '/' proto
397 portspec: label
409 dport: | IPNY_PORT portspec { nat->in_pmin = htons($2);
411 | IPNY_PORT portspec '-' portspec { nat->in_pmin = htons($2);
413 | IPNY_PORT portspec ':' portspec { nat->in_pmin = htons($2);
417 nport: IPNY_PORT portspec { nat->in_pnext = htons($2); }
418 | IPNY_PORT '=' portspec { na
[all...]

Completed in 61 milliseconds