Home
last modified time | relevance | path

Searched refs:snd_wl1 (Results 1 – 2 of 2) sorted by relevance

/external/qemu/slirp2/
Dtcp_input.c796 tp->snd_wl1 = ti->ti_seq - 1;
1041 tp->snd_wl1 = ti->ti_seq - 1;
1270 (SEQ_LT(tp->snd_wl1, ti->ti_seq) ||
1271 (tp->snd_wl1 == ti->ti_seq && (SEQ_LT(tp->snd_wl2, ti->ti_ack) ||
1278 tp->snd_wl1 = ti->ti_seq;
Dtcp_var.h82 tcp_seq snd_wl1; /* window update seg seq number */ member