Searched refs:SSH_CHANNEL_OPEN (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | channels.c | 296 case SSH_CHANNEL_OPEN: in channel_lookup() 751 other->type = SSH_CHANNEL_OPEN; in channel_free() 882 if (c == NULL || c->type != SSH_CHANNEL_OPEN) in channel_not_very_much_buffered_data() 922 case SSH_CHANNEL_OPEN: in channel_still_open() 945 if (c == NULL || c->type != SSH_CHANNEL_OPEN) in channel_tty_open() 984 case SSH_CHANNEL_OPEN: in channel_find_open() 1074 case SSH_CHANNEL_OPEN: in channel_open_message() 1236 c->type = SSH_CHANNEL_OPEN; in channel_set_fds() 1407 c->type = SSH_CHANNEL_OPEN; in channel_pre_x11_open() 1765 c->type = SSH_CHANNEL_OPEN; in rdynamic_close() [all …]
|
H A D | channels.h | 45 #define SSH_CHANNEL_OPEN 4 /* normal open two-way channel */ macro
|
H A D | serverloop.c | 524 c = channel_new(ssh, "tun", SSH_CHANNEL_OPEN, sock, sock, -1, in server_request_tun() 859 c->type == SSH_CHANNEL_OPEN) && strcmp(c->ctype, "session") == 0) in server_input_channel_req()
|
H A D | mux.c | 227 if (sc->type != SSH_CHANNEL_OPEN && in mux_master_control_cleanup_cb()
|
H A D | clientloop.c | 1835 SSH_CHANNEL_OPEN, sock, sock, -1, in client_request_agent()
|