Symbol: tcphdr_t
usr/src/cmd/ipf/lib/ipft_tx.c
170
return sizeof(ip_t) + sizeof(tcphdr_t);
usr/src/cmd/ipf/lib/ipft_tx.c
184
tcphdr_t th, *tcp = &th;
usr/src/cmd/ipf/lib/printpacket6.c
12
tcphdr_t *tcp;
usr/src/cmd/ipf/lib/printpacket6.c
16
tcp = (tcphdr_t *)(buf + 40);
usr/src/cmd/ipf/tools/ipftest.c
784
csump += offsetof(tcphdr_t, th_sum);
usr/src/cmd/ipf/tools/ipmon.c
1130
tp = (tcphdr_t *)((char *)ip + hl);
usr/src/cmd/ipf/tools/ipmon.c
1195
tp = (tcphdr_t *)((char *)ipc + hl);
usr/src/cmd/ipf/tools/ipmon.c
986
tcphdr_t *tp;
usr/src/cmd/ipf/tools/ipmon_y.y
463
tcphdr_t *tcp;
usr/src/cmd/ipf/tools/ipmon_y.y
473
tcp = (tcphdr_t *)((char *)ip + (IP_HL(ip) << 2));
usr/src/uts/common/inet/ipf/fil.c
1040
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/fil.c
1063
if (tlen < sizeof(tcphdr_t)) {
usr/src/uts/common/inet/ipf/fil.c
1119
if (tlen == sizeof(tcphdr_t))
usr/src/uts/common/inet/ipf/fil.c
1209
frpr_short(fin, sizeof(tcphdr_t));
usr/src/uts/common/inet/ipf/fil.c
3009
csump = &((tcphdr_t *)l4hdr)->th_sum;
usr/src/uts/common/inet/ipf/fil.c
3010
l4hlen = sizeof(tcphdr_t);
usr/src/uts/common/inet/ipf/fil.c
6014
csump = &((tcphdr_t *)fin->fin_dp)->th_sum;
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
1317
tcphdr_t *tcp, *tcp2;
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
2719
tcphdr_t *tcp = NULL;
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
2732
((tcp = (tcphdr_t *) fin->fin_dp) != NULL)) {
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
2747
((tcp = (tcphdr_t *) fin->fin_dp) != NULL)) {
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
2815
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
2833
tcp = (tcphdr_t *) fin->fin_dp;
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
3008
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
3020
tcp = (tcphdr_t *) fin->fin_dp;
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
3238
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
3298
tcp = (tcphdr_t *)(pkt->b_rptr + fin->fin_hlen);
usr/src/uts/common/inet/ipf/ip_log.c
271
hlen += MIN(sizeof(tcphdr_t), fin->fin_dlen);
usr/src/uts/common/inet/ipf/ip_nat.c
160
tcphdr_t *, nat_t **, int));
usr/src/uts/common/inet/ipf/ip_nat.c
162
static void nat_mssclamp __P((tcphdr_t *, u_32_t, u_short *));
usr/src/uts/common/inet/ipf/ip_nat.c
2312
((tcphdr_t *)fin->fin_dp)->th_sport = port;
usr/src/uts/common/inet/ipf/ip_nat.c
2490
((tcphdr_t *)fin->fin_dp)->th_dport = nport;
usr/src/uts/common/inet/ipf/ip_nat.c
2526
tcphdr_t *tcp = NULL;
usr/src/uts/common/inet/ipf/ip_nat.c
2698
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/ip_nat.c
2865
tcphdr_t *tcp = NULL;
usr/src/uts/common/inet/ipf/ip_nat.c
2955
tcp = (tcphdr_t *)((char *)oip + (IP_HL(oip) << 2));
usr/src/uts/common/inet/ipf/ip_nat.c
3000
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/ip_nat.c
3020
tcp = (tcphdr_t *)udp;
usr/src/uts/common/inet/ipf/ip_nat.c
3875
tcphdr_t *tcp = NULL;
usr/src/uts/common/inet/ipf/ip_nat.c
4056
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/ip_nat.c
4202
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/ip_nat.c
4383
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/ip_nat.c
4531
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/ip_nat.c
5373
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/ip_nat6.c
1083
tcphdr_t *tcp = NULL;
usr/src/uts/common/inet/ipf/ip_nat6.c
1173
tcp = (tcphdr_t *)(oip6 + 1);
usr/src/uts/common/inet/ipf/ip_nat6.c
1219
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/ip_nat6.c
122
tcphdr_t *, nat_t **, int));
usr/src/uts/common/inet/ipf/ip_nat6.c
1239
tcp = (tcphdr_t *)udp;
usr/src/uts/common/inet/ipf/ip_nat6.c
2209
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/ip_nat6.c
2318
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/ip_nat6.c
2492
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/ip_nat6.c
521
((tcphdr_t *)fin->fin_dp)->th_sport = port;
usr/src/uts/common/inet/ipf/ip_nat6.c
707
((tcphdr_t *)fin->fin_dp)->th_dport = nport;
usr/src/uts/common/inet/ipf/ip_nat6.c
743
tcphdr_t *tcp = NULL;
usr/src/uts/common/inet/ipf/ip_nat6.c
911
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/ip_proxy.c
286
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/ip_proxy.c
479
tcphdr_t *tcp = NULL;
usr/src/uts/common/inet/ipf/ip_proxy.c
537
tcp = (tcphdr_t *)fin->fin_dp;
usr/src/uts/common/inet/ipf/ip_proxy.c
732
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/ip_proxy.c
735
tcp = (tcphdr_t *)fin->fin_dp;
usr/src/uts/common/inet/ipf/ip_state.c
1122
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/ip_state.c
123
i6addr_t *, tcphdr_t *, u_32_t));
usr/src/uts/common/inet/ipf/ip_state.c
129
static int fr_tcpstate __P((fr_info_t *, tcphdr_t *, ipstate_t *));
usr/src/uts/common/inet/ipf/ip_state.c
130
static int fr_tcpoptions __P((fr_info_t *, tcphdr_t *, tcpdata_t *));
usr/src/uts/common/inet/ipf/ip_state.c
131
static ipstate_t *fr_stclone __P((fr_info_t *, tcphdr_t *, ipstate_t *));
usr/src/uts/common/inet/ipf/ip_state.c
1353
(TCP_OFF(tcp) > (sizeof(tcphdr_t) >> 2))) {
usr/src/uts/common/inet/ipf/ip_state.c
1549
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/ip_state.c
1647
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/ip_state.c
1724
if (TCP_OFF(tcp) > (sizeof (tcphdr_t) >> 2)) {
usr/src/uts/common/inet/ipf/ip_state.c
1731
if ((TCP_OFF(tcp) > (sizeof(tcphdr_t) >> 2)))
usr/src/uts/common/inet/ipf/ip_state.c
1763
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/ip_state.c
1797
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/ip_state.c
2013
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/ip_state.c
2106
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/ip_state.c
2376
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/ip_state.c
2548
tcp = (tcphdr_t *)((char *)oip + (IP_HL(oip) << 2));
usr/src/uts/common/inet/ipf/ip_state.c
2669
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/ip_state.c
2994
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/ip_state.c
3109
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/ip_state.c
3147
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/ip_state.c
3591
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/ip_state.c
4029
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/ip_state.c
4145
tcp = (tcphdr_t *)(oip6 + 1);
usr/src/uts/common/inet/ipf/netinet/ip_ftp_pxy.c
1044
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/netinet/ip_ftp_pxy.c
1050
tcp = (tcphdr_t *)fin->fin_dp;
usr/src/uts/common/inet/ipf/netinet/ip_ftp_pxy.c
193
tcphdr_t *tcp, tcph, *tcp2 = &tcph;
usr/src/uts/common/inet/ipf/netinet/ip_ftp_pxy.c
206
tcp = (tcphdr_t *)fin->fin_dp;
usr/src/uts/common/inet/ipf/netinet/ip_ftp_pxy.c
649
tcphdr_t *tcp, tcph, *tcp2;
usr/src/uts/common/inet/ipf/netinet/ip_ftp_pxy.c
659
tcp = (tcphdr_t *)fin->fin_dp;
usr/src/uts/common/inet/ipf/netinet/ip_h323_pxy.c
187
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/netinet/ip_h323_pxy.c
192
tcp = (tcphdr_t *)fin->fin_dp;
usr/src/uts/common/inet/ipf/netinet/ip_h323_pxy.c
270
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/netinet/ip_h323_pxy.c
279
tcp = (tcphdr_t *)fin->fin_dp;
usr/src/uts/common/inet/ipf/netinet/ip_irc_pxy.c
277
tcphdr_t *tcp, tcph, *tcp2 = &tcph;
usr/src/uts/common/inet/ipf/netinet/ip_irc_pxy.c
294
tcp = (tcphdr_t *)fin->fin_dp;
usr/src/uts/common/inet/ipf/netinet/ip_pptp_pxy.c
265
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/netinet/ip_pptp_pxy.c
500
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/netinet/ip_pptp_pxy.c
510
tcp = (tcphdr_t *)fin->fin_dp;
usr/src/uts/common/inet/ipf/netinet/ip_proxy.h
453
extern int appr_ok __P((fr_info_t *, tcphdr_t *, struct ipnat *));
usr/src/uts/common/inet/ipf/netinet/ip_raudio_pxy.c
105
tcphdr_t *tcp;
usr/src/uts/common/inet/ipf/netinet/ip_raudio_pxy.c
120
tcp = (tcphdr_t *)fin->fin_dp;
usr/src/uts/common/inet/ipf/netinet/ip_raudio_pxy.c
210
tcphdr_t *tcp, tcph, *tcp2 = &tcph;
usr/src/uts/common/inet/ipf/netinet/ip_raudio_pxy.c
233
tcp = (tcphdr_t *)fin->fin_dp;
usr/src/uts/common/inet/ipf/netinet/ip_rcmd_pxy.c
126
tcphdr_t *tcp, tcph, *tcp2 = &tcph;
usr/src/uts/common/inet/ipf/netinet/ip_rcmd_pxy.c
136
tcp = (tcphdr_t *)fin->fin_dp;
usr/src/uts/common/inet/ipf/netinet/ip_rcmd_pxy.c
83
tcphdr_t *tcp = (tcphdr_t *)fin->fin_dp;
usr/src/uts/common/inet/ipf/netinet/ip_rpcb_pxy.c
1180
tcphdr_t tcp;
usr/src/uts/common/inet/ipf/netinet/ip_rpcb_pxy.c
1204
TCP_OFF_A(&tcp, sizeof(tcphdr_t) >> 2);
usr/src/uts/common/inet/ipf/netinet/ip_rpcb_pxy.c
1205
fi.fin_dlen = sizeof(tcphdr_t);
usr/src/uts/common/inet/ipf/netinet/ip_state.h
232
extern ipstate_t *fr_stlookup __P((fr_info_t *, tcphdr_t *, ipftq_t **));
usr/src/uts/common/inet/ipf/netinet/ip_state.h
238
struct tcpdata *, tcphdr_t *, int));