Home
last modified time | relevance | path

Searched refs:SSH_MSG_CHANNEL_CLOSE (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dssh1.h48 #define SSH_MSG_CHANNEL_CLOSE 24 /* channel (int) */ macro
72 #define SSH_MSG_CHANNEL_INPUT_EOF SSH_MSG_CHANNEL_CLOSE
Dclientloop.c2719 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_close); in client_init_dispatch_13()
2739 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_ieof); in client_init_dispatch_15()
Dchannels.c949 packet_start(SSH_MSG_CHANNEL_CLOSE); in channel_pre_input_draining()
1061 packet_start(SSH_MSG_CHANNEL_CLOSE); in channel_pre_x11_open_13()