Searched refs:tcplen (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_tcp.c | 81 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/io/myri10ge/drv/ |
H A D | myri10ge_lro.c | 76 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/inet/tcp/ |
H A D | tcp_sig.c | 1196 tcpsig_pseudo_compute4(tcp_t *tcp, int tcplen, MD5_CTX *ctx, bool inbound) in tcpsig_pseudo_compute4() argument 1216 ipp.ipp_len = htons(tcplen); in tcpsig_pseudo_compute4() 1224 tcpsig_pseudo_compute6(tcp_t *tcp, int tcplen, MD5_CTX *ctx, bool inbound) in tcpsig_pseudo_compute6() argument 1241 ip6p.ipp_len = htonl(tcplen); in tcpsig_pseudo_compute6() 1250 tcpsig_signature(mblk_t *mp, tcp_t *tcp, tcpha_t *tcpha, int tcplen, in tcpsig_signature() argument 1294 tcpsig_pseudo_compute6(tcp, tcplen, &context, inbound); in tcpsig_signature() 1296 tcpsig_pseudo_compute4(tcp, tcplen, &context, inbound); in tcpsig_signature()
|
H A D | tcp_output.c | 2465 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/sfe/ |
H A D | sfe_util.c | 230 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 D | t4fw_interface.h | 806 __u8 tcplen; member
|