Searched defs:remote_id (Results 1 - 6 of 6) sorted by relevance

/external/openssh/
H A Dchannels.h93 int remote_id; /* channel identifier for remote peer */ member in struct:Channel
H A Dclientloop.c1699 int remote_id, sock; local
1702 remote_id = packet_get_int();
1720 c->remote_id = remote_id;
1725 packet_put_int(remote_id);
1730 packet_put_int(remote_id);
1897 c->remote_id = rchan;
1902 packet_put_int(c->remote_id);
1962 packet_put_int(c->remote_id);
H A Dchannels.c316 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);
1548 packet_put_int(c->remote_id);
1554 packet_put_int(c->remote_id);
1573 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...]
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_utils.c431 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, argument
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) argument
1022 if ((p_buf = l2cu_build_header(p_lcb, len, L2CAP_CMD_INFO_RSP, remote_id)) == NULL)
H A Dl2c_int.h303 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);
/external/netperf/
H A Dnetlib.c2998 char *remote_id="";
3019 remote_id);
2975 char *remote_id=""; local

Completed in 121 milliseconds