Searched refs:SSH2_MSG_CHANNEL_OPEN_FAILURE (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dssh2.h141 #define SSH2_MSG_CHANNEL_OPEN_FAILURE 92 macro
H A Dserverloop.c688 if ((r = sshpkt_start(ssh, SSH2_MSG_CHANNEL_OPEN_FAILURE)) != 0 ||
946 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure);
H A Dclientloop.c1965 if ((r = sshpkt_start(ssh, SSH2_MSG_CHANNEL_OPEN_FAILURE)) != 0 ||
2849 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure);
H A Dchannels.c2071 SSH2_MSG_CHANNEL_OPEN_FAILURE)) != 0 ||
3281 case SSH2_MSG_CHANNEL_OPEN_FAILURE:

Completed in 192 milliseconds