Symbol: tcphdr
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop.h
270
struct tcphdr;
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop.h
271
extern int interpret_tcp(int, struct tcphdr *, int, int);
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_filter.c
883
struct tcphdr tcp_h;
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_icmp.c
478
struct tcphdr *orig_thdr =
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_icmp.c
479
(struct tcphdr *)&orig_ip6hdr[1];
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ip.c
265
(struct tcphdr *)data, iplen, fraglen);
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ip.c
449
(void) interpret_tcp(flags, (struct tcphdr *)data,
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ipsec.c
222
(struct tcphdr *)data, new_iplen, fraglen);
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_tcp.c
130
(int)(tcp->th_off * 4 - sizeof (struct tcphdr)), line);
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_tcp.c
205
tcp->th_off * 4 - sizeof (struct tcphdr));
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_tcp.c
78
interpret_tcp(int flags, struct tcphdr *tcp, int iplen, int fraglen)
usr/src/cmd/ipf/lib/ipft_ef.c
103
extra = sizeof(struct tcphdr);
usr/src/cmd/ipf/lib/ipft_td.c
154
extra = sizeof(struct tcphdr);
usr/src/cmd/ipf/lib/ipft_tx.c
229
ip->ip_len += sizeof(struct tcphdr);
usr/src/cmd/ipf/lib/printpacket.c
19
struct tcphdr *tcp;
usr/src/cmd/ipf/lib/printpacket.c
52
tcp = (struct tcphdr *)((char *)ip + (IP_HL(ip) << 2));
usr/src/cmd/mdb/common/modules/ip/ip.c
1171
tcphdr_print(struct tcphdr *tcph)
usr/src/cmd/mdb/common/modules/ip/ip.c
1200
struct tcphdr tcph;
usr/src/cmd/mdb/common/modules/ip/ip.c
1304
struct tcphdr tcph;
usr/src/cmd/mdb/common/modules/ip/ip.c
1944
{ "tcphdr", ":", "display a TCP header", tcphdr },
usr/src/test/os-tests/tests/mac/mac_parsing.c
152
struct tcphdr hdr_tcp = {
usr/src/test/os-tests/tests/mac/mac_parsing.c
174
.meoi_l4hlen = sizeof (struct tcphdr),
usr/src/test/os-tests/tests/mac/mac_parsing.c
197
.meoi_l4hlen = sizeof (struct tcphdr),
usr/src/test/os-tests/tests/mac/mac_parsing.c
225
.meoi_l4hlen = sizeof (struct tcphdr),
usr/src/test/os-tests/tests/mac/mac_parsing.c
282
.meoi_l4hlen = sizeof (struct tcphdr),
usr/src/uts/common/inet/ipf/fil.c
767
frpr_short6(fin, sizeof(struct tcphdr));
usr/src/uts/common/inet/ipf/fil.c
768
if (frpr_pullup(fin, sizeof(struct tcphdr)) == -1)
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
1350
tcp2 = (struct tcphdr *)(m->b_rptr + hlen - sizeof(*tcp2));
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
1362
tcp2->th_off = sizeof(struct tcphdr) >> 2;
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
1753
typedef struct tcphdr tcphdr_t;
usr/src/uts/common/io/bnxe/bnxe.h
151
#define BNXE_PKTHDR_LEN (sizeof(struct ether_vlan_header) + sizeof(struct ip) + sizeof(struct tcphdr) + BNXE_OPTION_LEN)
usr/src/uts/common/io/bnxe/bnxe_tx.c
743
l4HdrLen = (l2HdrLen + l3HdrLen + sizeof(struct tcphdr));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
4831
struct tcphdr *tcp_hdr;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
4886
(struct tcphdr *)(void *)
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5084
struct tcphdr *tcp_hdr;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5130
tcp_hdr = (struct tcphdr *)(void *)
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5178
struct tcphdr *tcp_hdr;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5222
tcp_hdr = (struct tcphdr *)(void *)
usr/src/uts/common/io/mac/mac_flow.c
2329
struct tcphdr *tcph = (struct tcphdr *)l4_start;
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
1701
struct tcphdr *hdr;
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
1727
hdr = (struct tcphdr *)(void *)
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
1745
struct tcphdr *hdr;
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
1752
hdr = (struct tcphdr *)(void *)(((uint8_t *)ip) + (ip->ip_hl << 2));
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
2346
stuff = start + offsetof(struct tcphdr, th_sum);
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
2356
stuff = start + offsetof(struct tcphdr, th_sum);
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
3062
struct tcphdr *tcp;
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
3076
tcp = (struct tcphdr *)(void *)((char *)ip + (ip->ip_hl << 2));
usr/src/uts/common/io/myri10ge/drv/myri10ge_lro.c
136
struct tcphdr *tcp;
usr/src/uts/common/io/myri10ge/drv/myri10ge_lro.c
167
tcp = (struct tcphdr *)(ip + 1);
usr/src/uts/common/io/myri10ge/drv/myri10ge_lro.c
74
struct tcphdr *tcp;
usr/src/uts/common/io/myri10ge/drv/myri10ge_lro.c
89
tcp = (struct tcphdr *)(ip + 1);
usr/src/uts/common/io/nxge/nxge_send.c
1242
struct tcphdr *otcph, *ntcph;
usr/src/uts/common/io/nxge/nxge_send.c
1278
otcph = (struct tcphdr *)(mp->b_rptr + ehlen + iphlen);
usr/src/uts/common/io/nxge/nxge_send.c
1330
otcph = (struct tcphdr *)(mp->b_rptr + ehlen + iphlen);
usr/src/uts/common/io/nxge/nxge_send.c
1570
ntcph = (struct tcphdr *)(nmp->b_rptr + ehlen + iphlen);
usr/src/uts/common/io/nxge/nxge_send.c
1620
ntcph = (struct tcphdr *)(nmp->b_rptr + ehlen + iphlen);
usr/src/uts/common/io/nxge/nxge_send.c
1661
ntcph = (struct tcphdr *)(nmp->b_rptr + ehlen + iphlen);
usr/src/uts/common/io/ppp/spppcomp/vjcompress.c
163
register struct tcphdr *oth;
usr/src/uts/common/io/ppp/spppcomp/vjcompress.c
164
register struct tcphdr *th;
usr/src/uts/common/io/ppp/spppcomp/vjcompress.c
182
th = (struct tcphdr *)&((int *)ip)[hlen];
usr/src/uts/common/io/ppp/spppcomp/vjcompress.c
274
oth = (struct tcphdr *)&((int *)&cs->cs_ip)[hlen];
usr/src/uts/common/io/ppp/spppcomp/vjcompress.c
498
hlen + sizeof (struct tcphdr) > buflen ||
usr/src/uts/common/io/ppp/spppcomp/vjcompress.c
538
register struct tcphdr *th;
usr/src/uts/common/io/ppp/spppcomp/vjcompress.c
575
th = (struct tcphdr *)((uint32_t *)&cs->cs_ip+hlen/sizeof (uint32_t));
usr/src/uts/common/io/qede/qede_fp.c
1731
struct tcphdr *tcp_hdr;
usr/src/uts/common/io/qede/qede_fp.c
1777
tcp_hdr = (struct tcphdr *)(void *)
usr/src/uts/common/io/qede/qede_fp.c
853
struct tcphdr *tcp_hdr;
usr/src/uts/common/io/qede/qede_fp.c
873
tcp_hdr = (struct tcphdr *)(void *)
usr/src/uts/common/io/sfxge/sfxge.h
306
struct tcphdr *__srp_thp;
usr/src/uts/common/io/sfxge/sfxge.h
384
struct tcphdr *srf_first_thp;
usr/src/uts/common/io/sfxge/sfxge.h
385
struct tcphdr *srf_last_thp;
usr/src/uts/common/io/sfxge/sfxge.h
510
struct tcphdr *stp_thp;
usr/src/uts/common/io/sfxge/sfxge.h
981
struct ether_header **, struct ip **, struct tcphdr **, size_t *, size_t *,
usr/src/uts/common/io/sfxge/sfxge_rx.c
1326
struct tcphdr *thp;
usr/src/uts/common/io/sfxge/sfxge_rx.c
1366
struct tcphdr *thp = srpp->srp_thp;
usr/src/uts/common/io/sfxge/sfxge_rx.c
1512
struct tcphdr *thp;
usr/src/uts/common/io/sfxge/sfxge_tcp.c
144
len = off + sizeof (struct tcphdr);
usr/src/uts/common/io/sfxge/sfxge_tcp.c
149
thp = (struct tcphdr *)(mp->b_rptr + off);
usr/src/uts/common/io/sfxge/sfxge_tcp.c
66
struct ip **iphpp, struct tcphdr **thpp,
usr/src/uts/common/io/sfxge/sfxge_tcp.c
75
struct tcphdr *thp;
usr/src/uts/common/io/sfxge/sfxge_tx.c
1571
struct tcphdr *thp = stpp->stp_thp;
usr/src/uts/common/io/sfxge/sfxge_tx.c
2750
struct tcphdr *thp;
usr/src/uts/common/netinet/tcpip.h
22
struct tcphdr ti_t; /* tcp header */