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

  /onnv/onnv-gate/usr/src/uts/common/netinet/
tcpip.h 39 #define ti_win ti_t.th_win
tcp.h 52 uint16_t th_win; /* window */ member in struct:tcphdr
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_tcp.c 128 ntohs(tcp->th_win));
194 (void) sprintf(get_line(((char *)(uintptr_t)tcp->th_win - dlc_header) +
195 4, 1), "Window = %d", ntohs(tcp->th_win));
  /onnv/onnv-gate/usr/src/uts/common/io/myri10ge/drv/
myri10ge_lro.c 96 tcp->th_win = lro->window;
259 lro->window = tcp->th_win;
330 lro->window = tcp->th_win;
  /onnv/onnv-gate/usr/src/uts/common/io/ppp/spppcomp/
vjcompress.c 318 if ((deltaS = (ushort_t)(ntohs(th->th_win) - ntohs(oth->th_win))) > 0) {
625 DECODES(th->th_win);
  /onnv/onnv-gate/usr/src/stand/lib/tcp/
tcp_inet.h 77 uint8_t th_win[2]; /* Allocation number */ member in struct:tcphdr_s
tcp.c     [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/ipf/netinet/
ip_rcmd_pxy.c 193 tcp2->th_win = htons(8192);
ip_irc_pxy.c 422 tcp2->th_win = htons(8192);
ip_raudio_pxy.c 309 tcp2->th_win = htons(8192);
ip_ftp_pxy.c 367 tcp2->th_win = htons(8192);
724 tcp2->th_win = htons(8192);
    [all...]
ip_rpcb_pxy.c     [all...]
  /onnv/onnv-gate/usr/src/cmd/ipf/lib/common/
ipft_tx.c 262 tcp->th_win = htons(4096);
  /onnv/onnv-gate/usr/src/uts/common/inet/
tcp.h 99 uint8_t th_win[2]; /* Allocation number */ member in struct:tcphdr_s
  /onnv/onnv-gate/usr/src/uts/common/inet/ipf/
ip_state.c     [all...]
  /onnv/onnv-gate/usr/src/cmd/ipf/tools/
ipmon.c 1144 ntohs(tp->th_win));
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/ip/
ip.c 932 mdb_nhconvert(&win, &tcph->th_win, sizeof (win));
    [all...]

Completed in 420 milliseconds