Home
last modified time | relevance | path

Searched refs:xctype (Results 1 – 2 of 2) sorted by relevance

/netbsd/crypto/external/bsd/openssh/dist/
H A Dchannels.h181 char *xctype; /* extended type */ member
H A Dchannels.c365 channel_set_xtype(struct ssh *ssh, int id, const char *xctype) in channel_set_xtype() argument
371 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()
749 free(c->xctype); in channel_free()
750 c->xctype = NULL; in channel_free()
968 c->type, c->xctype != NULL ? c->xctype : c->ctype, in channel_format_status()