HomeSort by relevance Sort by last modified time
    Searched refs:tcplen (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_tcp.c 81 int hdrlen, tcplen; local
90 tcplen = iplen - hdrlen;
94 if (fraglen > tcplen)
95 fraglen = tcplen;
124 ntohl(tcp->th_seq), tcplen);
139 show_header("TCP: ", "TCP Header", tcplen);
220 return (tcplen);
  /onnv/onnv-gate/usr/src/uts/common/io/myri10ge/drv/
myri10ge_lro.c 81 uint32_t tcplen, tcp_csum; local
110 tcplen = lro->len - sizeof (*ip) - ETHERNET_HEADER_SIZE;
113 ip->ip_dst.s_addr, htons(tcplen + IPPROTO_TCP));
  /onnv/onnv-gate/usr/src/uts/common/io/sfe/
sfe_util.c 232 uint_t tcplen; local
327 tcplen = iplen - iphlen;
329 tcplen, GET_NET16(&p[16]));
333 cksum += BE_16(tcplen);
    [all...]

Completed in 240 milliseconds