Symbol: tcph_t
usr/src/stand/lib/tcp/tcp.c
1264
tcph_t *tcph;
usr/src/stand/lib/tcp/tcp.c
1435
tcph_t *tcph;
usr/src/stand/lib/tcp/tcp.c
1477
acceptor->tcp_tcph = (tcph_t *)(acceptor->tcp_iphc +
usr/src/stand/lib/tcp/tcp.c
1492
tcph = (tcph_t *)&cr_pkt->b_rptr[ip_hdr_len];
usr/src/stand/lib/tcp/tcp.c
162
sizeof (tcph_t)))
usr/src/stand/lib/tcp/tcp.c
2020
tcp_parse_options(tcph_t *tcph, tcp_opt_t *tcpopt)
usr/src/stand/lib/tcp/tcp.c
2230
tcp_process_options(tcp_t *tcp, tcph_t *tcph)
usr/src/stand/lib/tcp/tcp.c
2363
tcp_paws_check(tcp_t *tcp, tcph_t *tcph, tcp_opt_t *tcpoptp)
usr/src/stand/lib/tcp/tcp.c
2662
(ip_hdr_len + TCP_HDR_LENGTH(((tcph_t *)tcph)));
usr/src/stand/lib/tcp/tcp.c
2742
seg_len, (tcph_t *)tcph, sock_id);
usr/src/stand/lib/tcp/tcp.c
2837
tcp_process_options(tcp, (tcph_t *)tcph);
usr/src/stand/lib/tcp/tcp.c
2891
new_swnd = BE16_TO_U16(((tcph_t *)tcph)->th_win);
usr/src/stand/lib/tcp/tcp.c
2944
mp->b_rptr = (uchar_t *)tcph + TCP_HDR_LENGTH((tcph_t *)tcph);
usr/src/stand/lib/tcp/tcp.c
2950
if (!tcp_paws_check(tcp, (tcph_t *)tcph, &tcpopt)) {
usr/src/stand/lib/tcp/tcp.c
2966
(void) tcp_parse_options((tcph_t *)tcph, &tcpopt);
usr/src/stand/lib/tcp/tcp.c
304
static int tcp_parse_options(tcph_t *, tcp_opt_t *);
usr/src/stand/lib/tcp/tcp.c
305
static boolean_t tcp_paws_check(tcp_t *, tcph_t *, tcp_opt_t *);
usr/src/stand/lib/tcp/tcp.c
306
static void tcp_process_options(tcp_t *, tcph_t *);
usr/src/stand/lib/tcp/tcp.c
324
uint32_t, int, tcph_t *, int sock_id);
usr/src/stand/lib/tcp/tcp.c
433
return (sizeof (tcph_t));
usr/src/stand/lib/tcp/tcp.c
440
return (TCP_HDR_LENGTH((tcph_t *)(pkt + IPH_HDR_LENGTH(pkt))));
usr/src/stand/lib/tcp/tcp.c
454
return (*(uint16_t *)(((tcph_t *)tcphp)->th_lport));
usr/src/stand/lib/tcp/tcp.c
455
return (*(uint16_t *)(((tcph_t *)tcphp)->th_fport));
usr/src/stand/lib/tcp/tcp.c
4805
tcph_t *tcph;
usr/src/stand/lib/tcp/tcp.c
5014
tcph = (tcph_t *)(rptr + tcp->tcp_ip_hdr_len);
usr/src/stand/lib/tcp/tcp.c
5201
uint32_t seg_seq, uint32_t seg_ack, int seg_len, tcph_t *tcph,
usr/src/stand/lib/tcp/tcp.c
5465
tcph_t *tcph;
usr/src/stand/lib/tcp/tcp.c
5490
tcp->tcp_hdr_len = sizeof (struct ip) + sizeof (tcph_t);
usr/src/stand/lib/tcp/tcp.c
5491
tcp->tcp_tcp_hdr_len = sizeof (tcph_t);
usr/src/stand/lib/tcp/tcp.c
5500
tcph = (tcph_t *)(tcp->tcp_iphc + sizeof (struct ip));
usr/src/stand/lib/tcp/tcp.c
5517
tcph_t *tcph;
usr/src/stand/lib/tcp/tcp.c
5528
tcph = (tcph_t *)(rptr + ip_hdr_len);
usr/src/stand/lib/tcp/tcp.c
5557
tcph = (tcph_t *)&rptr[tcp_ip_hdr_len];
usr/src/stand/lib/tcp/tcp.c
5618
tcph_t *tcph;
usr/src/stand/lib/tcp/tcp.c
5647
tcph = (tcph_t *)&rptr[tcp->tcp_ip_hdr_len];
usr/src/stand/lib/tcp/tcp.c
5735
tcph_t *tcph;
usr/src/stand/lib/tcp/tcp.c
5810
tcph = (tcph_t *)&rptr[tcp->tcp_ip_hdr_len];
usr/src/stand/lib/tcp/tcp.c
6075
tcph_t *tcph;
usr/src/stand/lib/tcp/tcp.c
6082
tcph = (tcph_t *)&rptr[ip_hdr_len];
usr/src/stand/lib/tcp/tcp.c
6125
tcph_t *tcph;
usr/src/stand/lib/tcp/tcp.c
6157
tcph = (tcph_t *)&mp->b_rptr[ip_hdr_len];
usr/src/stand/lib/tcp/tcp.c
6168
len = ip_hdr_len + sizeof (tcph_t);
usr/src/stand/lib/tcp/tcp.c
6179
tcph = (tcph_t *)&mp->b_rptr[ip_hdr_len];
usr/src/stand/lib/tcp/tcp_inet.h
214
tcph_t *tcp_tcph; /* tcp header within combined hdr */
usr/src/stand/lib/tcp/tcp_inet.h
86
#define TCP_MAX_TCP_OPTIONS_LENGTH (60 - sizeof (tcph_t))
usr/src/stand/lib/tcp/tcp_inet.h
95
(n) += TCP_HDR_LENGTH((tcph_t *)&(mp)->b_rptr[(n)])
usr/src/uts/common/inet/ilb/ilb_conn.c
709
TCP_HDR_LENGTH((tcph_t *)tcpha);
usr/src/uts/common/inet/tcp.h
109
((((tcph_t *)tcph)->th_offset_and_rsrvd[0] >>2) &(0xF << 2))
usr/src/uts/common/inet/tcp/tcp.c
4338
tcph_t *,
usr/src/uts/common/inet/tcp/tcp_input.c
2685
tcph_t *, tcpha);
usr/src/uts/common/inet/tcp/tcp_input.c
2813
void_ip_t *, iphdr, tcp_t *, tcp, tcph_t *, tcpha);
usr/src/uts/common/inet/tcp/tcp_input.c
2917
tcph_t *, NULL, int32_t, TCPS_SYN_SENT);
usr/src/uts/common/inet/tcp/tcp_input.c
3904
iphdr, tcp_t *, tcp, tcph_t *, tcpha);
usr/src/uts/common/inet/tcp/tcp_input.c
3949
iphdr, tcp_t *, tcp, tcph_t *, tcpha);
usr/src/uts/common/inet/tcp/tcp_input.c
4009
iphdr, tcp_t *, tcp, tcph_t *, tcpha);
usr/src/uts/common/inet/tcp/tcp_output.c
2692
tcph_t *, tcpha);
usr/src/uts/common/io/e1000g/e1000g_tx.c
528
+ TCP_HDR_LENGTH((tcph_t *)tcp_start);
usr/src/uts/common/io/ib/clients/eoib/eib_data.c
817
tcp_hdr_len = TCP_HDR_LENGTH((tcph_t *)tcp_start);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
6609
tcph_len = TCP_HDR_LENGTH((tcph_t *)tcp_start);
usr/src/uts/common/io/igb/igb_tx.c
750
l4_hdr_len = TCP_HDR_LENGTH((tcph_t *)pos);
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
747
l4_hdr_len = TCP_HDR_LENGTH((tcph_t *)pos);
usr/src/uts/common/io/mac/mac_provider.c
2170
l4_off + offsetof(tcph_t, th_offset_and_rsrvd),
usr/src/uts/common/io/mac/mac_util.c
1086
ntcph = (tcph_t *)(nhdrmp->b_rptr + oehlen + oiphlen);
usr/src/uts/common/io/mac/mac_util.c
1160
ntcph = (tcph_t *)(nhdrmp->b_rptr + oehlen + oiphlen);
usr/src/uts/common/io/mac/mac_util.c
713
const tcph_t *otcph;
usr/src/uts/common/io/mac/mac_util.c
715
tcph_t *ntcph;
usr/src/uts/common/io/mac/mac_util.c
794
otcph = (tcph_t *)(omp->b_rptr + oehlen + oiphlen);
usr/src/uts/common/io/mac/mac_util.c
988
ntcph = (tcph_t *)(nhdrmp->b_rptr + oehlen + oiphlen);
usr/src/uts/common/xen/io/xnf.c
1619
ASSERT3U(len, >=, sizeof (tcph_t));
usr/src/uts/intel/io/vmxnet3s/vmxnet3_tx.c
122
tcpLen = TCP_HDR_LENGTH((tcph_t *)tcp);