Home
last modified time | relevance | path

Searched refs:SEQ_LT (Results 1 – 6 of 6) sorted by relevance

/external/qemu/slirp-android/
Dtcp_output.c161 if (SEQ_LT(tp->snd_nxt + len, tp->snd_una + so->so_snd.sb_cc))
186 if (SEQ_LT(tp->snd_nxt, tp->snd_max))
338 else if (SEQ_LT(tp->snd_nxt, tp->snd_max)) {
Dtcp.h151 #define SEQ_LT(a,b) ((int)((a)-(b)) < 0) macro
Dtcp_input.c771 if (SEQ_LT(tp->snd_nxt, tp->snd_una)) in tcp_input()
1219 if (SEQ_LT(tp->snd_nxt, tp->snd_una)) in tcp_input()
1291 (SEQ_LT(tp->snd_wl1, ti->ti_seq) || in tcp_input()
1292 (tp->snd_wl1 == ti->ti_seq && (SEQ_LT(tp->snd_wl2, ti->ti_ack) || in tcp_input()
/external/qemu/slirp/
Dtcp_output.c161 if (SEQ_LT(tp->snd_nxt + len, tp->snd_una + so->so_snd.sb_cc))
186 if (SEQ_LT(tp->snd_nxt, tp->snd_max))
338 else if (SEQ_LT(tp->snd_nxt, tp->snd_max)) {
Dtcp.h149 #define SEQ_LT(a,b) ((int)((a)-(b)) < 0) macro
Dtcp_input.c765 if (SEQ_LT(tp->snd_nxt, tp->snd_una)) in tcp_input()
1213 if (SEQ_LT(tp->snd_nxt, tp->snd_una)) in tcp_input()
1285 (SEQ_LT(tp->snd_wl1, ti->ti_seq) || in tcp_input()
1286 (tp->snd_wl1 == ti->ti_seq && (SEQ_LT(tp->snd_wl2, ti->ti_ack) || in tcp_input()