Searched refs:SSH_CHANNEL_OPENING (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | channels.c | 299 case SSH_CHANNEL_OPENING: in channel_lookup() 923 case SSH_CHANNEL_OPENING: in channel_still_open() 977 case SSH_CHANNEL_OPENING: in channel_find_open() 1071 case SSH_CHANNEL_OPENING: in channel_open_message() 1721 c = channel_new(ssh, "stdio-forward", SSH_CHANNEL_OPENING, in, out, in channel_connect_stdio_fwd() 1779 c->type = SSH_CHANNEL_OPENING; in channel_pre_dynamic() 1888 SSH_CHANNEL_OPENING, newsock, newsock, -1, in channel_post_x11_listener() 1984 nextstate = SSH_CHANNEL_OPENING; in channel_post_port_listener() 1987 nextstate = SSH_CHANNEL_OPENING; in channel_post_port_listener() 1990 nextstate = SSH_CHANNEL_OPENING; in channel_post_port_listener() [all …]
|
| D | channels.h | 45 #define SSH_CHANNEL_OPENING 3 /* waiting for confirmation */ macro
|
| D | clientloop.c | 1880 c = channel_new(ssh, "tun-connection", SSH_CHANNEL_OPENING, fd, fd, -1, in client_request_tun_fwd() 1883 c = channel_new(ssh, "tun-connection", SSH_CHANNEL_OPENING, fd, fd, -1, in client_request_tun_fwd()
|
| D | mux.c | 218 sc->type != SSH_CHANNEL_OPENING) { in mux_master_control_cleanup_cb() 451 nc = channel_new(ssh, "session", SSH_CHANNEL_OPENING, in mux_master_process_new_session()
|
| D | ssh.c | 2319 "session", SSH_CHANNEL_OPENING, in, out, err, in ssh_session2_open()
|