Searched refs:chanctxt (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.bin/ssh/
H A Dchannels.c234 ssh->chanctxt = sc;
242 if (id < 0 || (u_int)id >= ssh->chanctxt->channels_alloc) {
246 c = ssh->chanctxt->channels[id];
260 for (i = 0; i < ssh->chanctxt->channels_alloc; i++) {
261 c = ssh->chanctxt->channels[i];
305 struct ssh_channels *sc = ssh->chanctxt;
325 struct ssh_channels *sc = ssh->chanctxt;
339 struct ssh_channels *sc = ssh->chanctxt;
379 ssh->chanctxt->lastused = monotime();
381 c->lastused = ssh->chanctxt
[all...]
H A Dpacket.h79 struct ssh_channels *chanctxt; member in struct:ssh

Completed in 171 milliseconds