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

  /system/core/adb/
socket.h 104 asocket *find_local_socket(unsigned local_id, unsigned remote_id);
  /system/bt/stack/l2cap/
l2c_csm.c 488 p_ccb->p_rcb->psm, p_ccb->remote_id);
518 l2cu_reject_ble_connection(p_ccb->p_lcb, p_ccb->remote_id, L2CAP_LE_INSUFFICIENT_AUTHENTICATION);
535 l2cu_send_peer_disc_rsp (p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, p_ccb->remote_cid);
804 p_ccb->remote_id);
    [all...]
l2c_int.h 301 UINT8 remote_id; /* Transaction ID for local */ member in struct:t_l2c_ccb
616 extern void l2cu_send_peer_disc_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 local_cid, UINT16 remote_cid);
    [all...]
l2c_utils.c 536 if ((p_buf=l2cu_build_header(p_ccb->p_lcb, L2CAP_CONN_RSP_LEN, L2CAP_CMD_CONN_RSP, p_ccb->remote_id)) == NULL)
722 L2CAP_CMD_CONFIG_RSP, p_ccb->remote_id)) == NULL )
839 UINT8_TO_STREAM (p, p_ccb->remote_id);
    [all...]
l2c_api.c 585 if (p_ccb->remote_id != id)
587 L2CAP_TRACE_WARNING("%s bad id. Expected: %d Got: %d", __func__, p_ccb->remote_id, id);
727 if (p_ccb->remote_id != id)
729 L2CAP_TRACE_WARNING ("L2CAP - bad id in L2CA_conn_rsp. Exp: %d Got: %d", p_ccb->remote_id, id);
    [all...]
l2c_main.c 407 p_ccb->remote_id = id;
531 p_ccb->remote_id = id;
639 p_ccb->remote_id = id;
    [all...]
l2c_ble.c 742 p_ccb->remote_id = id;
839 p_ccb->remote_id = id;
    [all...]
  /bionic/libc/kernel/uapi/rdma/
ib_user_cm.h 86 __be32 remote_id; member in struct:ib_ucm_attr_id_resp
  /external/dhcpcd-6.8.2/
dhcpcd-definitions.conf 394 define6 37 embed remote_id
396 embed binhex remote_id
  /external/kernel-headers/original/uapi/rdma/
ib_user_cm.h 103 __be32 remote_id; member in struct:ib_ucm_attr_id_resp
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rdma/
ib_user_cm.h 103 __be32 remote_id; member in struct:ib_ucm_attr_id_resp
  /external/netperf/src/
netlib.c 3516 char *remote_id=""; local
    [all...]

Completed in 267 milliseconds