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

/freebsd-10.0-release/crypto/openssh/
H A Dssh1.h49 #define SSH_MSG_CHANNEL_CLOSE 24 /* channel (int) */ macro
73 #define SSH_MSG_CHANNEL_INPUT_EOF SSH_MSG_CHANNEL_CLOSE
H A Dserverloop.c1255 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_close);
1267 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_ieof);
H A Dclientloop.c2231 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_close);
2251 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_ieof);
H A Dchannels.c906 packet_start(SSH_MSG_CHANNEL_CLOSE);
1011 packet_start(SSH_MSG_CHANNEL_CLOSE);

Completed in 165 milliseconds