Home
last modified time | relevance | path

Searched refs:snd_wl2 (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.101.4/bsd/netinet/ !
H A Dtcp_debug.c247 (uint32_t)tp->snd_wl1, (uint32_t)tp->snd_wl2, tp->snd_wnd);
H A Dtcp_var.h327 tcp_seq snd_wl2; /* window update seg ack number */ member
908 tcp_seq snd_wl2; /* window update seg ack number */ member
1307 tcp_seq snd_wl2; /* window update seg ack number */ member
1390 tcp_seq snd_wl2; /* window update seg ack number */ member
H A Din_pcblist.c232 xt->snd_wl2 = tp->snd_wl2; in tcpcb_to_xtcpcb_n()
H A Dtcp_subr.c1861 otp->snd_wl2 = tp->snd_wl2; in tcpcb_to_otcpcb()
2045 otp->snd_wl2 = tp->snd_wl2; in tcpcb_to_xtcpcb64()
H A Dtcp_input.c1781 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in tcp_update_window()
1782 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) { in tcp_update_window()
1785 tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd) { in tcp_update_window()
1790 tp->snd_wl2 = th->th_ack; in tcp_update_window()
3009 tp->snd_wl2 = th->th_ack; in tcp_input()