/titanic_44/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | vjcompress.c | 165 register struct tcphdr *oth; in vj_compress_tcp() 166 register struct tcphdr *th; in vj_compress_tcp() 184 th = (struct tcphdr *)&((int *)ip)[hlen]; in vj_compress_tcp() 276 oth = (struct tcphdr *)&((int *)&cs->cs_ip)[hlen]; in vj_compress_tcp() 500 hlen + sizeof (struct tcphdr) > buflen || in vj_uncompress_uncomp() 540 register struct tcphdr *th; in vj_uncompress_tcp() 577 th = (struct tcphdr *)((uint32_t *)&cs->cs_ip+hlen/sizeof (uint32_t)); in vj_uncompress_tcp()
|
/titanic_44/usr/src/cmd/ipf/lib/common/ |
H A D | printpacket.c | 19 struct tcphdr *tcp; 52 tcp = (struct tcphdr *)((char *)ip + (IP_HL(ip) << 2));
|
H A D | ipft_ef.c | 103 extra = sizeof(struct tcphdr);
|
H A D | ipft_td.c | 154 extra = sizeof(struct tcphdr);
|
H A D | ipft_tx.c | 231 ip->ip_len += sizeof(struct tcphdr);
|
/titanic_44/usr/src/uts/common/io/myri10ge/drv/ |
H A D | myri10ge_lro.c | 79 struct tcphdr *tcp; in myri10ge_lro_flush() 94 tcp = (struct tcphdr *)(ip + 1); in myri10ge_lro_flush() 141 struct tcphdr *tcp; in myri10ge_lro_rx() 172 tcp = (struct tcphdr *)(ip + 1); in myri10ge_lro_rx()
|
H A D | myri10ge.c | 1707 struct tcphdr *hdr; in myri10ge_toeplitz_send_hash() 1733 hdr = (struct tcphdr *)(void *) in myri10ge_toeplitz_send_hash() 1751 struct tcphdr *hdr; in myri10ge_simple_send_hash() 1758 hdr = (struct tcphdr *)(void *)(((uint8_t *)ip) + (ip->ip_hl << 2)); in myri10ge_simple_send_hash() 2352 stuff = start + offsetof(struct tcphdr, th_sum); in myri10ge_rx_csum() 2362 stuff = start + offsetof(struct tcphdr, th_sum); in myri10ge_rx_csum() 3068 struct tcphdr *tcp; in myri10ge_lso_parse_header() 3082 tcp = (struct tcphdr *)(void *)((char *)ip + (ip->ip_hl << 2)); in myri10ge_lso_parse_header()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop.h | 233 struct tcphdr; 234 extern int interpret_tcp(int, struct tcphdr *, int, int);
|
H A D | snoop_tcp.c | 78 interpret_tcp(int flags, struct tcphdr *tcp, int iplen, int fraglen) in interpret_tcp() 130 (int)(tcp->th_off * 4 - sizeof (struct tcphdr)), line); in interpret_tcp() 205 tcp->th_off * 4 - sizeof (struct tcphdr)); in interpret_tcp()
|
H A D | snoop_ipsec.c | 222 (struct tcphdr *)data, new_iplen, fraglen); in interpret_ah()
|
H A D | snoop_icmp.c | 478 struct tcphdr *orig_thdr = 479 (struct tcphdr *)&orig_ip6hdr[1];
|
H A D | snoop_ip.c | 265 (struct tcphdr *)data, iplen, fraglen); in interpret_ip() 448 (void) interpret_tcp(flags, (struct tcphdr *)data, in interpret_ipv6()
|
H A D | snoop_filter.c | 880 struct tcphdr tcp_h; in want_packet()
|
/titanic_44/usr/src/uts/common/netinet/ |
H A D | tcpip.h | 23 struct tcphdr ti_t; /* tcp header */
|
H A D | tcp.h | 51 struct tcphdr { struct
|
/titanic_44/usr/src/uts/common/io/nxge/ |
H A D | nxge_send.c | 1264 struct tcphdr *otcph, *ntcph; in nxge_do_softlso() 1300 otcph = (struct tcphdr *)(mp->b_rptr + ehlen + iphlen); in nxge_do_softlso() 1352 otcph = (struct tcphdr *)(mp->b_rptr + ehlen + iphlen); in nxge_do_softlso() 1592 ntcph = (struct tcphdr *)(nmp->b_rptr + ehlen + iphlen); in nxge_do_softlso() 1642 ntcph = (struct tcphdr *)(nmp->b_rptr + ehlen + iphlen); in nxge_do_softlso() 1683 ntcph = (struct tcphdr *)(nmp->b_rptr + ehlen + iphlen); in nxge_do_softlso()
|
/titanic_44/usr/src/cmd/mdb/common/modules/ip/ |
H A D | ip.c | 1147 tcphdr_print(struct tcphdr *tcph) in tcphdr_print() 1174 tcphdr(uintptr_t addr, uint_t flags, int ac, const mdb_arg_t *av) in tcphdr() function 1176 struct tcphdr tcph; in tcphdr() 1280 struct tcphdr tcph; in transport_hdr() 1919 { "tcphdr", ":", "display a TCP header", tcphdr },
|
/titanic_44/usr/src/uts/common/io/bnxe/ |
H A D | bnxe.h | 150 …N (sizeof(struct ether_vlan_header) + sizeof(struct ip) + sizeof(struct tcphdr) + BNXE_OPTION_LEN)
|
H A D | bnxe_tx.c | 743 l4HdrLen = (l2HdrLen + l3HdrLen + sizeof(struct tcphdr)); in BnxeGetHdrInfo()
|
/titanic_44/usr/src/uts/common/io/mac/ |
H A D | mac_flow.c | 2329 struct tcphdr *tcph = (struct tcphdr *)l4_start; in flow_transport_accept()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge.c | 4827 struct tcphdr *tcp_hdr; in ql_hw_csum_setup() 4882 (struct tcphdr *)(void *) in ql_hw_csum_setup() 5083 struct tcphdr *tcp_hdr; in ql_tx_hashing() 5129 tcp_hdr = (struct tcphdr *)(void *) in ql_tx_hashing() 5177 struct tcphdr *tcp_hdr; in ql_hw_lso_setup() 5221 tcp_hdr = (struct tcphdr *)(void *) in ql_hw_lso_setup()
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | ip_fil_solaris.c | 1136 tcp2 = (struct tcphdr *)(m->b_rptr + hlen - sizeof(*tcp2)); 1148 tcp2->th_off = sizeof(struct tcphdr) >> 2;
|
H A D | fil.c | 767 frpr_short6(fin, sizeof(struct tcphdr)); 768 if (frpr_pullup(fin, sizeof(struct tcphdr)) == -1)
|
/titanic_44/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 1751 typedef struct tcphdr tcphdr_t;
|