HomeSort by relevance Sort by last modified time
    Searched refs:remote_id (Results 1 - 7 of 7) 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/netperf/
netlib.c 2975 char *remote_id=""; local
    [all...]

Completed in 214 milliseconds