Searched refs:logdie (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | log.h | 95 #define logdie(...) sshlogdie(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, NULL, __VA_ARGS… macro
|
H A D | packet.c | 1906 logdie("Connection closed by %s", remote_id); in sshpkt_vfatal() 1909 logdie("Connection %s %s timed out", in sshpkt_vfatal() 1913 logdie("Disconnected from %s", remote_id); in sshpkt_vfatal() 1917 logdie("Connection reset by %s", remote_id); in sshpkt_vfatal() 1929 logdie("Unable to negotiate with %s: %s. " in sshpkt_vfatal()
|