Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/ssh/
Dchannels.c207 case SSH_CHANNEL_OPENING: in channel_lookup()
527 case SSH_CHANNEL_OPENING: in channel_still_open()
561 case SSH_CHANNEL_OPENING: in channel_find_open()
613 case SSH_CHANNEL_OPENING: in channel_open_message()
1255 c->type = SSH_CHANNEL_OPENING; in channel_pre_dynamic()
1292 SSH_CHANNEL_OPENING, newsock, newsock, -1, in channel_post_x11_listener()
1403 nextstate = SSH_CHANNEL_OPENING; in channel_post_port_listener()
1410 nextstate = SSH_CHANNEL_OPENING; in channel_post_port_listener()
1463 SSH_CHANNEL_OPENING, newsock, newsock, -1, in channel_post_auth_listener()
2285 if (c==NULL || c->type != SSH_CHANNEL_OPENING) in channel_input_open_confirmation()
[all …]
Dchannels.h45 #define SSH_CHANNEL_OPENING 3 /* waiting for confirmation */ macro
Dmux.c425 c = channel_new("session", SSH_CHANNEL_OPENING, in muxserver_accept_control()
Dssh.c1158 "session", SSH_CHANNEL_OPENING, in, out, err, in ssh_session2_open()
Dclientloop.c1741 c = channel_new("tun", SSH_CHANNEL_OPENING, fd, fd, -1, in client_request_tun_fwd()