Home
last modified time | relevance | path

Searched refs:tcplen (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tcp.c81 int hdrlen, tcplen; in interpret_tcp() local
90 tcplen = iplen - hdrlen; in interpret_tcp()
94 if (fraglen > tcplen) in interpret_tcp()
95 fraglen = tcplen; in interpret_tcp()
124 ntohl(tcp->th_seq), tcplen); in interpret_tcp()
139 show_header("TCP: ", "TCP Header", tcplen); in interpret_tcp()
211 if (tcplen == 0) in interpret_tcp()
212 return (tcplen); in interpret_tcp()
222 return (tcplen); in interpret_tcp()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_sig.c711 tcpsig_pseudo_compute4(tcp_t *tcp, int tcplen, MD5_CTX *ctx, bool inbound) in tcpsig_pseudo_compute4() argument
731 ipp.ipp_len = htons(tcplen); in tcpsig_pseudo_compute4()
739 tcpsig_pseudo_compute6(tcp_t *tcp, int tcplen, MD5_CTX *ctx, bool inbound) in tcpsig_pseudo_compute6() argument
756 ip6p.ipp_len = htonl(tcplen); in tcpsig_pseudo_compute6()
765 tcpsig_signature(mblk_t *mp, tcp_t *tcp, tcpha_t *tcpha, int tcplen, in tcpsig_signature() argument
860 tcpsig_pseudo_compute6(tcp, tcplen, &context, inbound); in tcpsig_signature()
862 tcpsig_pseudo_compute4(tcp, tcplen, &context, inbound); in tcpsig_signature()
H A Dtcp_output.c2465 int tcplen = (int)(mp->b_wptr - rptr) + in tcp_xmit_ctl() local
2468 if (tcpsig_signature(mp->b_cont, tcp, tcpha, tcplen, digest, in tcp_xmit_ctl()
3294 int tcplen = data_length + (int)(mp1->b_wptr - rptr) + in tcp_xmit_mp() local
3297 if (tcpsig_signature(mp1->b_cont, tcp, tcpha, tcplen, digest, in tcp_xmit_mp()
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_lro.c76 uint32_t tcplen, tcp_csum; in myri10ge_lro_flush() local
105 tcplen = lro->len - sizeof (*ip) - ETHERNET_HEADER_SIZE; in myri10ge_lro_flush()
108 ip->ip_dst.s_addr, htons(tcplen + IPPROTO_TCP)); in myri10ge_lro_flush()
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c230 uint_t tcplen; in gem_dump_packet() local
325 tcplen = iplen - iphlen; in gem_dump_packet()
327 tcplen, GET_NET16(&p[16])); in gem_dump_packet()
331 cksum += BE_16(tcplen); in gem_dump_packet()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h806 __u8 tcplen; member