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

  /external/openssh/
channels.h 93 int remote_id; /* channel identifier for remote peer */ member in struct:Channel
clientloop.c 1699 int remote_id, sock; local
    [all...]
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...]
  /external/bluetooth/bluedroid/stack/l2cap/
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...]
  /external/netperf/
netlib.c 2975 char *remote_id=""; local
    [all...]

Completed in 164 milliseconds