Searched refs:dest_port (Results 1 – 6 of 6) sorted by relevance
227 lro->dest_port == tcp->th_dport && in myri10ge_lro_rx()324 lro->dest_port = tcp->th_dport; in myri10ge_lro_rx()
366 uint16_t dest_port; member
903 u_int16_t dest_port; in channel_decode_socks4() member930 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() local1060 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()
154 static ushort_t dest_port = 32768 + 666; /* starting port for the UDP probes */ variable383 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()
2949 unsigned short dest_port; local3122 dest_port = ntohs(target_port);3304 (void) sprintf(buf, "%s %d\n", real_host, (int)dest_port);
5092 uint16_t dest_port = 0; in ql_tx_hashing() local5132 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()