Searched refs:xctype (Results 1 – 2 of 2) sorted by relevance
182 char *xctype; /* extended type */ member
365 channel_set_xtype(struct ssh *ssh, int id, const char *xctype) in channel_set_xtype() argument371 if (c->xctype != NULL) in channel_set_xtype()372 free(c->xctype); in channel_set_xtype()373 c->xctype = xstrdup(xctype); in channel_set_xtype()375 c->inactive_deadline = lookup_timeout(ssh, c->xctype); in channel_set_xtype()376 debug2_f("labeled channel %d as %s (inactive timeout %u)", id, xctype, in channel_set_xtype()785 free(c->xctype); in channel_free()786 c->xctype = NULL; in channel_free()1021 c->type, c->xctype != NULL ? c->xctype : c->ctype, in channel_format_status()