Home | History | Annotate | Download | only in extensions

Lines Matching refs:tcp

53 		r->min_proto.tcp.port
54 = r->max_proto.tcp.port
64 r->min_proto.tcp.port = htons(port);
65 r->max_proto.tcp.port = htons(maxport);
93 "Need TCP, UDP, SCTP or DCCP with port specification");
110 printf("%hu", ntohs(r->min_proto.tcp.port));
111 if (r->max_proto.tcp.port != r->min_proto.tcp.port)
112 printf("-%hu", ntohs(r->max_proto.tcp.port));
125 printf(" --to-ports %hu", ntohs(r->min_proto.tcp.port));
126 if (r->max_proto.tcp.port != r->min_proto.tcp.port)
127 printf("-%hu", ntohs(r->max_proto.tcp.port));