Home
last modified time | relevance | path

Searched refs:SSH2_MSG_CHANNEL_EOF (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/ssh/include/
H A Dssh2.h141 #define SSH2_MSG_CHANNEL_EOF 96 macro
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dnchan.c345 packet_start(SSH2_MSG_CHANNEL_EOF); in chan_send_eof2()
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dserverloop.c1253 dispatch_set(SSH2_MSG_CHANNEL_EOF, &channel_input_ieof); in server_init_dispatch_20()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dclientloop.c1572 dispatch_set(SSH2_MSG_CHANNEL_EOF, &channel_input_ieof); in client_init_dispatch_20()