Lines Matching refs:portspec
106 %type <port> portspec
281 proxy: | IPNY_PROXY IPNY_PORT portspec YY_STR '/' proto
397 portspec:
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 { nat->in_pnext = htons($3);
493 IPNY_PORTMAP tcpudp portspec ':' portspec randport
646 compare portspec { $$.pc = $1; $$.p1 = $2; }
647 | portspec range portspec { $$.pc = $2; $$.p1 = $1; $$.p2 = $3; }