Home
last modified time | relevance | path

Searched refs:SSH2_MSG_CHANNEL_OPEN (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dssh2.h132 #define SSH2_MSG_CHANNEL_OPEN 90 macro
Dclientloop.c1518 (r = sshbuf_put_u8(b, SSH2_MSG_CHANNEL_OPEN)) != 0 || in client_request_forwarded_tcpip()
1665 if ((r = sshpkt_start(ssh, SSH2_MSG_CHANNEL_OPEN)) != 0 || in client_request_tun_fwd()
2410 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_OPEN, &client_input_channel_open); in client_init_dispatch()
Dserverloop.c969 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_OPEN, &server_input_channel_open); in server_init_dispatch()
Dchannels.c921 if ((r = sshpkt_start(ssh, SSH2_MSG_CHANNEL_OPEN)) != 0 || in open_preamble()
2758 case SSH2_MSG_CHANNEL_OPEN: