Searched refs:SSH2_MSG_CHANNEL_CLOSE (Results 1 – 5 of 5) sorted by relevance
139 #define SSH2_MSG_CHANNEL_CLOSE 97 macro
380 packet_start(SSH2_MSG_CHANNEL_CLOSE); in chan_send_close2()
850 dispatch_set(SSH2_MSG_CHANNEL_CLOSE, &channel_input_oclose); in server_init_dispatch()
2583 case SSH2_MSG_CHANNEL_CLOSE:2646 case SSH2_MSG_CHANNEL_CLOSE:2693 case SSH2_MSG_CHANNEL_CLOSE:
2694 dispatch_set(SSH2_MSG_CHANNEL_CLOSE, &channel_input_oclose); in client_init_dispatch_20()