Searched refs:channel_set_xtype (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/crypto/openssh/ |
| HD | channels.h | 294 void channel_set_xtype(struct ssh *, int, const char *);
|
| HD | session.c | 1969 channel_set_xtype(ssh, s->chanid, type); in session_subsystem_req() 2027 channel_set_xtype(ssh, s->chanid, "session:shell"); in session_shell_req() 2043 channel_set_xtype(ssh, s->chanid, "session:command"); in session_exec_req()
|
| HD | channels.c | 365 channel_set_xtype(struct ssh *ssh, int id, const char *xctype) in channel_set_xtype() function
|