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

  /external/qemu/slirp/
tcp.h 149 #define SEQ_LT(a,b) ((int)((a)-(b)) < 0)
tcp_output.c 161 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)) {
tcp_input.c 499 * SEQ_LT(tp->last_ack_sent, ti->ti_seq + ti->ti_len)) {
765 if (SEQ_LT(tp->snd_nxt, tp->snd_una))
953 * SEQ_LT(tp->last_ack_sent, ti->ti_seq + ti->ti_len +
    [all...]
  /external/qemu/slirp-android/
tcp.h 151 #define SEQ_LT(a,b) ((int)((a)-(b)) < 0)
tcp_output.c 161 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)) {
tcp_input.c 504 * SEQ_LT(tp->last_ack_sent, ti->ti_seq + ti->ti_len)) {
771 if (SEQ_LT(tp->snd_nxt, tp->snd_una))
959 * SEQ_LT(tp->last_ack_sent, ti->ti_seq + ti->ti_len +
    [all...]

Completed in 383 milliseconds