Home
last modified time | relevance | path

Searched refs:dest_port (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_lro.c227 lro->dest_port == tcp->th_dport && in myri10ge_lro_rx()
324 lro->dest_port = tcp->th_dport; in myri10ge_lro_rx()
H A Dmyri10ge_var.h366 uint16_t dest_port; member
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c903 u_int16_t dest_port; in channel_decode_socks4() member
930 buffer_get(&c->input, (char *)&s4_req.dest_port, 2); in channel_decode_socks4()
945 c->host_port = ntohs(s4_req.dest_port); in channel_decode_socks4()
957 s4_rsp.dest_port = 0; /* ignored */ in channel_decode_socks4()
982 u_int16_t dest_port; in channel_decode_socks5() local
1060 buffer_get(&c->input, (char *)&dest_port, 2); in channel_decode_socks5()
1066 c->host_port = ntohs(dest_port); in channel_decode_socks5()
1077 dest_port = 0; /* ignored */ in channel_decode_socks5()
1081 buffer_append(&c->output, &dest_port, sizeof(dest_port)); in channel_decode_socks5()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c154 static ushort_t dest_port = 32768 + 666; /* starting port for the UDP probes */ variable
383 dest_port = (ushort_t)i; in main()
670 current_targetaddr->starting_seq_num = use_udp ? dest_port : 0; in main()
1789 dest_port : (ntransmitted % (MAX_ICMP_SEQ + 1)); in send_scheduled_probe()
2016 to->sin_port = htons(dest_port); in pinger()
2018 dest_port = (dest_port + 1) % (MAX_PORT + 1); in pinger()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c2949 unsigned short dest_port; local
3122 dest_port = ntohs(target_port);
3304 (void) sprintf(buf, "%s %d\n", real_host, (int)dest_port);
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c5092 uint16_t dest_port = 0; in ql_tx_hashing() local
5132 dest_port = tcp_hdr->th_dport; in ql_tx_hashing()
5137 dest_port = udp_hdr->uh_dport; in ql_tx_hashing()
5149 key[10] = (uint8_t)((dest_port) &0xFF); in ql_tx_hashing()
5150 key[11] = (uint8_t)((dest_port >> 8) &0xFF); in ql_tx_hashing()