Searched refs:SSH_CHANNEL_OPEN (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | channels.c | 245 case SSH_CHANNEL_OPEN: in channel_lookup() 443 other->type = SSH_CHANNEL_OPEN; in channel_free() 573 if (c != NULL && c->type == SSH_CHANNEL_OPEN) { in channel_not_very_much_buffered_data() 623 case SSH_CHANNEL_OPEN: in channel_still_open() 670 case SSH_CHANNEL_OPEN: in channel_find_open() 722 case SSH_CHANNEL_OPEN: in channel_open_message() 863 c->type = SSH_CHANNEL_OPEN; in channel_set_fds() 1048 c->type = SSH_CHANNEL_OPEN; in channel_pre_x11_open_13() 1075 c->type = SSH_CHANNEL_OPEN; in channel_pre_x11_open() 1088 c->type = SSH_CHANNEL_OPEN; in channel_pre_x11_open() [all …]
|
D | channels.h | 45 #define SSH_CHANNEL_OPEN 4 /* normal open two-way channel */ macro
|
D | serverloop.c | 535 c = channel_new("tun", SSH_CHANNEL_OPEN, sock, sock, -1, in server_request_tun() 833 c->type == SSH_CHANNEL_OPEN) && strcmp(c->ctype, "session") == 0) in server_input_channel_req()
|
D | clientloop.c | 1866 c = channel_new("", SSH_CHANNEL_OPEN, sock, sock, in client_input_agent_open() 2019 SSH_CHANNEL_OPEN, sock, sock, -1, in client_request_agent()
|
D | mux.c | 230 if (sc->type != SSH_CHANNEL_OPEN && in mux_master_control_cleanup_cb()
|