Home
last modified time | relevance | path

Searched refs:SSH_CHANNEL_OPENING (Results 1 – 5 of 5) sorted by relevance

/external/openssh/
Dchannels.c244 case SSH_CHANNEL_OPENING: in channel_lookup()
622 case SSH_CHANNEL_OPENING: in channel_still_open()
661 case SSH_CHANNEL_OPENING: in channel_find_open()
719 case SSH_CHANNEL_OPENING: in channel_open_message()
1354 c = channel_new("stdio-forward", SSH_CHANNEL_OPENING, in, out, in channel_connect_stdio_fwd()
1407 c->type = SSH_CHANNEL_OPENING; in channel_pre_dynamic()
1450 SSH_CHANNEL_OPENING, newsock, newsock, -1, in channel_post_x11_listener()
1585 nextstate = SSH_CHANNEL_OPENING; in channel_post_port_listener()
1588 nextstate = SSH_CHANNEL_OPENING; in channel_post_port_listener()
1591 nextstate = SSH_CHANNEL_OPENING; in channel_post_port_listener()
[all …]
Dchannels.h44 #define SSH_CHANNEL_OPENING 3 /* waiting for confirmation */ macro
Dmux.c231 sc->type != SSH_CHANNEL_OPENING) { in mux_master_control_cleanup_cb()
456 nc = channel_new("session", SSH_CHANNEL_OPENING, in process_mux_new_session()
Dssh.c1940 "session", SSH_CHANNEL_OPENING, in, out, err, in ssh_session2_open()
Dclientloop.c2048 c = channel_new("tun", SSH_CHANNEL_OPENING, fd, fd, -1, in client_request_tun_fwd()