Searched refs:snd_wl1 (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/sys/netinet/ |
| D | tcp_debug.c | 215 tp->snd_wl1, tp->snd_wl2, tp->snd_wnd); in tcp_trace()
|
| D | tcp_input.c | 1933 tp->snd_wl1 = th->th_seq; in tcp_input() 2155 tp->snd_wl1 = th->th_seq - 1; in tcp_input() 2450 tp->snd_wl1 = th->th_seq - 1; in tcp_input() 2666 if ((tiflags & TH_ACK) && (SEQ_LT(tp->snd_wl1, th->th_seq) || in tcp_input() 2667 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in tcp_input() 2674 tp->snd_wl1 = th->th_seq; in tcp_input()
|
| D | tcp_var.h | 265 tcp_seq snd_wl1; /* window update seg seq number */ member
|
| D | tcp_syncache.c | 759 tp->snd_wl1 = sc->sc_irs; in syn_cache_get()
|
| /netbsd/src/usr.sbin/trpt/ |
| D | trpt.c | 513 printf("\tsnd_wl1 %x snd_wl2 %x snd_wnd %lx\n", tp->snd_wl1, in tcp_trace()
|
| /netbsd/src/usr.bin/netstat/ |
| D | inet.c | 1100 tcpcb.snd_wl1, tcpcb.snd_wl2, tcpcb.iss, tcpcb.snd_wnd); in tcp_dump()
|
| D | inet6.c | 1550 mypcb.snd_wl1, mypcb.snd_wl2, mypcb.iss, in tcp6_dump()
|