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

  /external/qemu/slirp/
tcp_var.h 127 tcp_seq last_ack_sent; member in struct:tcpcb
tcp_output.c 575 tp->last_ack_sent = tp->rcv_nxt;
slirp.c 910 qemu_put_be32(f, tp->last_ack_sent);
1003 tp->last_ack_sent = qemu_get_be32(f);
  /external/qemu/slirp-android/
tcp_var.h 132 tcp_seq last_ack_sent; member in struct:tcpcb
tcp_output.c 575 tp->last_ack_sent = tp->rcv_nxt;
slirp.c     [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c 456 p_fcrb->last_ack_sent = p_ccb->fcrb.next_seq_expected;
615 p_ccb->fcrb.last_ack_sent = p_ccb->fcrb.next_seq_expected;
702 p_ccb->fcrb.last_ack_sent, p_ccb->fcrb.waiting_for_ack_q.count, p_ccb->fcrb.num_tries);
    [all...]
l2c_int.h 188 UINT8 last_ack_sent; /* Last peer sequence number ack'ed */ member in struct:__anon6280
    [all...]

Completed in 528 milliseconds