Home | History | Annotate | Download | only in extensions

Lines Matching refs:tcp

54 		mr->range[0].min.tcp.port
55 = mr->range[0].max.tcp.port
65 mr->range[0].min.tcp.port = htons(port);
66 mr->range[0].max.tcp.port = htons(maxport);
94 "Need TCP, UDP, SCTP or DCCP with port specification");
112 printf("%hu", ntohs(r->min.tcp.port));
113 if (r->max.tcp.port != r->min.tcp.port)
114 printf("-%hu", ntohs(r->max.tcp.port));
128 printf(" --to-ports %hu", ntohs(r->min.tcp.port));
129 if (r->max.tcp.port != r->min.tcp.port)
130 printf("-%hu", ntohs(r->max.tcp.port));