Home
last modified time | relevance | path

Searched refs:sshlog (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssh/
H A Dlog.h70 void sshlog(const char *, const char *, int, int,
108 #define do_log2(level, ...) sshlog(__FILE__, __func__, __LINE__, 0, level, NULL, __VA_ARGS__)
109 #define debug3(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG3, NULL, __VA_ARGS__)
110 #define debug2(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG2, NULL, __VA_ARGS__)
111 #define debug(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG1, NULL, __VA_ARGS__)
112 #define verbose(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_VERBOSE, NULL, __VA_ARGS…
113 #define logit(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_INFO, NULL, __VA_ARGS__)
114 #define error(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, NULL, __VA_ARGS__)
119 #define do_log2_f(level, ...) sshlog(__FILE__, __func__, __LINE__, 1, level, NULL, __VA_ARGS__)
120 #define debug3_f(...) sshlog(__FILE__, __func__, __LINE__, 1, SYSLOG_LEVEL_DEBUG3, NULL, __VA_ARGS…
[all …]
H A Dlog.c428 sshlog(const char *file, const char *func, int line, int showfunc, in sshlog() function
H A Dssh_namespace.h948 #define sshlog Fssh_sshlog macro
H A DChangeLog2313 upstream: sk-dummy.so needs sshlog() stub after ed25519-openssl.c
2412 add sshlog() replacement to sk-dummy.so
/freebsd/crypto/openssh/regress/misc/sk-dummy/
H A Dfatal.c25 sshlog(const char *file, const char *func, int line, int showfunc, in sshlog() function