HomeSort by: relevance | last modified time | path
    Searched defs:quit_message (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
clientloop.c 186 static void quit_message(const char *fmt, ...)
190 quit_message(const char *fmt, ...) function
746 quit_message("poll: %s", strerror(errno));
806 quit_message("Connection to %s closed by remote host.",
811 quit_message("Read from remote host %s: %s", host, ssh_err(r));
1667 quit_message("Connection to %s closed.", host);

Completed in 17 milliseconds