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

  /system/nfc/src/nfc/llcp/
llcp_dlc.cc 396 (p_dlcb->next_rx_seq == p_dlcb->sent_ack_seq) &&
893 rcv_seq, p_dlcb->next_tx_seq, p_dlcb->rcvd_ack_seq, p_dlcb->next_rx_seq,
897 if (p_dlcb->next_rx_seq != send_seq) {
899 p_dlcb->next_rx_seq);
931 p_dlcb->next_rx_seq = (p_dlcb->next_rx_seq + 1) % LLCP_SEQ_MODULO;
    [all...]
llcp_util.cc 707 p_dlcb->sent_ack_seq = p_dlcb->next_rx_seq;
740 UINT8_TO_BE_STREAM(p, (p_dlcb->next_tx_seq << 4) | p_dlcb->next_rx_seq);
772 if (p_dlcb->sent_ack_seq == p_dlcb->next_rx_seq) {
802 p_dlcb->sent_ack_seq = p_dlcb->next_rx_seq;
823 p_dlcb->next_rx_seq, p_dlcb->next_tx_seq, p_dlcb->rcvd_ack_seq,
824 p_dlcb->next_rx_seq, p_dlcb->sent_ack_seq);
  /bionic/libc/kernel/uapi/linux/
rds.h 70 __u64 next_rx_seq; member in struct:rds_info_connection
  /external/kernel-headers/original/uapi/linux/
rds.h 134 __u64 next_rx_seq; member in struct:rds_info_connection
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rds.h 108 uint64_t next_rx_seq; member in struct:rds_info_connection
  /system/nfc/src/nfc/include/
llcp_int.h 186 uint8_t next_rx_seq; /* V(R), receive state variable */ member in struct:__anon3565

Completed in 913 milliseconds