Home | History | Annotate | Download | only in pfctl

Lines Matching defs:rport

373 			struct range		 rport;
435 %type <v.range> port rport
3278 rport : STRING {
3328 $$->rport.a = $$->rport.b = $$->rport.t = 0;
3330 | ARROW redirspec PORT rport {
3335 $$->rport = $4;
3454 $$->rport.a = $$->rport.b = $$->rport.t = 0;
3456 | ARROW host PORT rport {
3461 $$->rport = $4;
3563 r.rpool.proxy_port[0] = ntohs($9->rport.a);
3567 if (!$9->rport.b && $9->rport.t &&
3570 ntohs($9->rport.a) +
3577 ntohs($9->rport.b);
3581 ntohs($9->rport.b);