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

  /external/openssh/
nchan.c 246 packet_put_int(c->remote_id);
264 packet_put_int(c->remote_id);
359 packet_put_int(c->remote_id);
381 packet_put_int(c->remote_id);
398 packet_put_int(c->remote_id);
channels.c 316 c->remote_id = -1;
561 if (c == NULL || c->remote_id < 0)
635 c->type, c->remote_id,
681 packet_put_int(c->remote_id);
770 packet_put_int(c->remote_id);
854 packet_put_int(c->remote_id);
959 packet_put_int(c->remote_id);
2463 int id, remote_id; local
2576 int remote_id; local
3496 int remote_id, sock = 0; local
    [all...]
clientloop.c 1699 int remote_id, sock; local
    [all...]
channels.h 93 int remote_id; /* channel identifier for remote peer */ member in struct:Channel
mux.c 204 cc->remote_id = -1;
220 if (c->remote_id != -1) {
221 if ((sc = channel_by_id(c->remote_id)) == NULL)
223 __func__, c->self, c->remote_id);
224 c->remote_id = -1;
401 if (c->remote_id != -1) {
457 c->remote_id = nc->self; /* link control -> session channel */
870 if (c->remote_id != -1) {
905 c->remote_id = nc->self; /* link control -> session channel */
    [all...]
serverloop.c 1072 c->remote_id = rchan;
1077 packet_put_int(c->remote_id);
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_csm.c 436 p_ccb->p_rcb->psm, p_ccb->remote_id);
477 l2cu_send_peer_disc_rsp (p_ccb->p_lcb, p_ccb->remote_id, p_ccb->local_cid, p_ccb->remote_cid);
687 p_ccb->remote_id);
    [all...]
l2c_int.h 303 UINT8 remote_id; /* Transaction ID for local */ member in struct:t_l2c_ccb
609 extern void l2cu_send_peer_disc_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 local_cid, UINT16 remote_cid);
    [all...]
l2c_main.c 427 p_ccb->remote_id = id;
551 p_ccb->remote_id = id;
660 p_ccb->remote_id = id;
    [all...]
l2c_utils.c 431 if ((p_buf=l2cu_build_header(p_ccb->p_lcb, L2CAP_CONN_RSP_LEN, L2CAP_CMD_CONN_RSP, p_ccb->remote_id)) == NULL)
617 L2CAP_CMD_CONFIG_RSP, p_ccb->remote_id)) == NULL )
729 UINT8_TO_STREAM (p, p_ccb->remote_id);
845 void l2cu_send_peer_disc_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 local_cid,
851 if ((p_buf=l2cu_build_header(p_lcb, L2CAP_DISC_RSP_LEN, L2CAP_CMD_DISC_RSP, remote_id)) == NULL)
992 void l2cu_send_peer_info_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 info_type)
    [all...]
l2c_api.c 377 if (p_ccb->remote_id != id)
379 L2CAP_TRACE_WARNING2 ("L2CAP - bad id in L2CA_conn_rsp. Exp: %d Got: %d", p_ccb->remote_id, id);
    [all...]
  /external/netperf/
netlib.c 2975 char *remote_id=""; local
    [all...]

Completed in 261 milliseconds