Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dssh1.h51 #define SSH_CMSG_EOF 19 /* */ macro
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dclientloop.c338 packet_start(SSH_CMSG_EOF); in client_check_initial_eof_on_stdin()
349 packet_start(SSH_CMSG_EOF); in client_check_initial_eof_on_stdin()
391 packet_start(SSH_CMSG_EOF); in client_make_packets_from_stdin_data()
868 packet_start(SSH_CMSG_EOF); in process_escapes()
969 packet_start(SSH_CMSG_EOF); in client_process_input()
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dserverloop.c1283 dispatch_set(SSH_CMSG_EOF, &server_input_eof); in server_init_dispatch_13()
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dpacket.c962 || type == SSH_CMSG_EOF in packet_read_seqnr()