Searched refs:channel_set_xtype (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | channels.h | 296 void channel_set_xtype(struct ssh *, int, const char *);
|
H A D | session.c | 1986 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 D | ssh_namespace.h | 184 #define channel_set_xtype Fssh_channel_set_xtype macro
|
H A D | channels.c | 365 channel_set_xtype(struct ssh *ssh, int id, const char *xctype) in channel_set_xtype() function
|