Searched refs:SSH_MSG_CHANNEL_OPEN_FAILURE (Results 1 – 4 of 4) sorted by relevance
54 #define SSH_MSG_CHANNEL_OPEN_FAILURE 22 /* channel (int) */ macro
1366 packet_start(SSH_MSG_CHANNEL_OPEN_FAILURE); in channel_post_connecting()2141 packet_start(SSH_MSG_CHANNEL_OPEN_FAILURE); in channel_input_port_open()2880 packet_start(SSH_MSG_CHANNEL_OPEN_FAILURE); in x11_input_open()2909 packet_start(SSH_MSG_CHANNEL_OPEN_FAILURE); in deny_input_open()3025 packet_start(SSH_MSG_CHANNEL_OPEN_FAILURE); in auth_input_open_request()
1290 dispatch_set(SSH_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure); in server_init_dispatch_13()
1597 dispatch_set(SSH_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure); in client_init_dispatch_13()