/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_tcp.c | 101 ntohs(tcp->th_dport), ntohs(tcp->th_sport)); in interpret_tcp() 133 sunrpc = !reservedport(IPPROTO_TCP, ntohs(tcp->th_dport)) && in interpret_tcp() 147 pname = getportname(IPPROTO_TCP, ntohs(tcp->th_dport)); in interpret_tcp() 155 (void) sprintf(get_line((char *)(uintptr_t)tcp->th_dport - in interpret_tcp() 157 ntohs(tcp->th_dport), pname); in interpret_tcp() 214 ntohs(tcp->th_dport), in interpret_tcp()
|
H A D | snoop_icmp.c | 483 ntohs(orig_thdr->th_dport));
|
H A D | snoop_filter.c | 894 slp_dport = ntohs(tcp_h.th_dport); in want_packet()
|
/titanic_50/usr/src/uts/common/netinet/ |
H A D | tcpip.h | 33 #define ti_dport ti_t.th_dport
|
H A D | tcp.h | 53 uint16_t th_dport; /* destination port */ member
|
/titanic_50/usr/src/cmd/ipf/lib/common/ |
H A D | printpacket6.c | 39 (void)printf(",%d", ntohs(tcp->th_dport));
|
H A D | printpacket.c | 64 printf(",%d", ntohs(tcp->th_dport));
|
H A D | ipft_tx.c | 280 tcp->th_dport = htons(tx_portnum(last));
|
/titanic_50/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_rcmd_pxy.c | 98 aps->aps_dport = tcp->th_dport; 195 tcp2->th_dport = 0; /* XXX - don't specify remote port */
|
H A D | ip_raudio_pxy.c | 318 tcp2->th_dport = htons(dp); 336 tcp2->th_dport = 0; /* XXX - don't specify remote port */
|
H A D | ip_irc_pxy.c | 424 tcp2->th_dport = 0; /* XXX - don't specify remote port */
|
H A D | ip_ftp_pxy.c | 371 tcp2->th_dport = 0; /* XXX - don't specify remote port */ 730 tcp2->th_dport = htons(port);
|
H A D | ip_rpcb_pxy.c | 1200 tcp.th_dport = htons(port);
|
/titanic_50/usr/src/uts/common/io/myri10ge/drv/ |
H A D | myri10ge_lro.c | 227 lro->dest_port == tcp->th_dport && in myri10ge_lro_rx() 324 lro->dest_port = tcp->th_dport; in myri10ge_lro_rx()
|
H A D | myri10ge.c | 1736 dst = ntohs(hdr->th_dport); in myri10ge_toeplitz_send_hash() 1764 hash_val = ntohs(hdr->th_dport) & 0xff; in myri10ge_simple_send_hash()
|
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | ip_nat6.c | 707 ((tcphdr_t *)fin->fin_dp)->th_dport = nport; 1174 fin->fin_data[0] = ntohs(tcp->th_dport); 1311 if ((tcp->th_dport == nat->nat_oport) && 1323 (tcp->th_dport != nat->nat_outport)) { 1329 psum1 = ntohs(tcp->th_dport); 1331 tcp->th_dport = nat->nat_outport; 2139 (np->in_dport != tcp->th_dport)) 2362 dport = tcp->th_dport; 2547 tcp->th_dport = nat->nat_inport;
|
H A D | ip_nat.c | 2490 ((tcphdr_t *)fin->fin_dp)->th_dport = nport; 2956 fin->fin_data[0] = ntohs(tcp->th_dport); 3097 if ((tcp->th_dport == nat->nat_oport) && 3109 (tcp->th_dport != nat->nat_outport)) { 3115 psum1 = ntohs(tcp->th_dport); 3117 tcp->th_dport = nat->nat_outport; 3977 (np->in_dport != tcp->th_dport)) 4247 dport = tcp->th_dport; 4457 tcp->th_dport = nat->nat_inport;
|
H A D | ip_fil_solaris.c | 1137 tcp2->th_dport = tcp->th_sport; 1138 tcp2->th_sport = tcp->th_dport; 2447 tcp->th_sport = tcp->th_dport; 2448 tcp->th_dport = tmp_port;
|
H A D | ip_state.c | 1389 hv += tcp->th_dport; 2549 dport = tcp->th_dport; 4146 dport = tcp->th_dport;
|
H A D | fil.c | 1052 fin->fin_dport = ntohs(tcp->th_dport);
|
/titanic_50/usr/src/cmd/ipf/tools/ |
H A D | ipmon_y.y | 522 if (tcp->th_dport != a->ac_dport)
|
H A D | ipmon.c | 1137 portname(res, proto, (u_int)tp->th_dport), 1205 (u_int)tp->th_dport),
|
/titanic_50/usr/src/uts/common/io/mac/ |
H A D | mac_flow.c | 2335 l4info->l4_dst_port = tcph->th_dport; in flow_transport_accept()
|
/titanic_50/usr/src/cmd/mdb/common/modules/ip/ |
H A D | ip.c | 1156 mdb_nhconvert(&dport, &tcph->th_dport, sizeof (dport)); in tcphdr_print()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge.c | 5132 dest_port = tcp_hdr->th_dport; in ql_tx_hashing()
|