Home
last modified time | relevance | path

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

/trueos/crypto/openssh/
HDssh1.h44 #define SSH_CMSG_EOF 19 /* */ macro
HDclientloop.c448 packet_start(SSH_CMSG_EOF); in client_check_initial_eof_on_stdin()
462 packet_start(SSH_CMSG_EOF); in client_check_initial_eof_on_stdin()
503 packet_start(SSH_CMSG_EOF); in client_make_packets_from_stdin_data()
1245 packet_start(SSH_CMSG_EOF); in process_escapes()
1340 packet_start(SSH_CMSG_EOF); in client_process_input()
HDserverloop.c1253 dispatch_set(SSH_CMSG_EOF, &server_input_eof); in server_init_dispatch_13()
HDpacket.c1076 || type == SSH_CMSG_EOF in packet_read_seqnr()