Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dchannels.h296 void channel_set_xtype(struct ssh *, int, const char *);
H A Dsession.c1986 channel_set_xtype(ssh, s->chanid, type); in session_subsystem_req()
2044 channel_set_xtype(ssh, s->chanid, "session:shell"); in session_shell_req()
2060 channel_set_xtype(ssh, s->chanid, "session:command"); in session_exec_req()
H A Dssh_namespace.h184 #define channel_set_xtype Fssh_channel_set_xtype macro
H A Dchannels.c365 channel_set_xtype(struct ssh *ssh, int id, const char *xctype) in channel_set_xtype() function