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

/freebsd-10.0-release/crypto/openssh/
H A Dssh1.h44 #define SSH_CMSG_EOF 19 /* */ macro
H A Dclientloop.c448 packet_start(SSH_CMSG_EOF);
462 packet_start(SSH_CMSG_EOF);
503 packet_start(SSH_CMSG_EOF);
1235 * Sending SSH_CMSG_EOF alone does not
1245 packet_start(SSH_CMSG_EOF);
1340 packet_start(SSH_CMSG_EOF);
H A Dserverloop.c1252 dispatch_set(SSH_CMSG_EOF, &server_input_eof);
H A Dpacket.c1074 || type == SSH_CMSG_EOF

Completed in 77 milliseconds