Lines Matching defs:xctype
300 * Add a timeout for open channels whose c->ctype (or c->xctype if it is set)
359 channel_set_xtype(struct ssh *ssh, int id, const char *xctype)
365 if (c->xctype != NULL)
366 free(c->xctype);
367 c->xctype = xstrdup(xctype);
369 c->inactive_deadline = lookup_timeout(ssh, c->xctype);
370 debug2_f("labeled channel %d as %s (inactive timeout %u)", id, xctype,
775 free(c->xctype);
776 c->xctype = NULL;
1011 c->type, c->xctype != NULL ? c->xctype : c->ctype,