Home | History | Annotate | Download | only in openssh

Lines Matching refs:remote_id

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 */