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

  /src/crypto/external/bsd/openssh/dist/
mux.c 890 const char *error_reason = NULL; local
959 error_reason = "port not forwarded";
968 error_reason = "port not in permitted opens";
973 error_reason = "port not found";
976 if (error_reason != NULL)
977 reply_error(reply, MUX_S_FAILURE, rid, error_reason);

Completed in 27 milliseconds