Lines Matching defs:dstport
1190 * dstport: destination port if specified
1210 uint16_t srcport = 0, dstport = 0;
1227 dstport = ntohs(sin6->sin6_port);
1351 sin6->sin6_port = htons(dstport);
1669 uint16_t srcport = 0, dstport = 0, natt_lport = 0, natt_rport = 0,
1872 if (dstport != 0) {
1877 dstport = parsenum(*argv, B_TRUE, ebuf);
2847 ((struct sockaddr_in6 *)(dst + 1))->sin6_port = htons(dstport);
2985 uint16_t srcport = 0, dstport = 0;
3055 if (dstport != 0) {
3061 dstport = parsenum(*argv, B_TRUE, ebuf);
3170 if ((dstport != 0) && (dst == NULL)) {
3176 sin6->sin6_port = htons(dstport);