Home
last modified time | relevance | path

Searched refs:channel_set_xtype (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssh/
H A Dchannels.h295 void channel_set_xtype(struct ssh *, int, const char *);
H A Dsession.c2001 channel_set_xtype(ssh, s->chanid, type); in session_subsystem_req()
2059 channel_set_xtype(ssh, s->chanid, "session:shell"); in session_shell_req()
2075 channel_set_xtype(ssh, s->chanid, "session:command"); in session_exec_req()
H A Dssh_namespace.h185 #define channel_set_xtype Fssh_channel_set_xtype macro
H A Dchannels.c372 channel_set_xtype(struct ssh *ssh, int id, const char *xctype) in channel_set_xtype() function
H A DChangeLog4712 upstream: Add channel_set_xtype()