Home
last modified time | relevance | path

Searched refs:coap_dtls_log (Results 1 – 7 of 7) sorted by relevance

/third_party/libcoap/man/
Dcoap_logging.txt.in26 coap_dtls_log,
69 *void coap_dtls_log(coap_log_t _level_, const char *_format_, _..._);*
222 *Function: coap_dtls_log()*
224 The *coap_dtls_log*() function is used to log (D)TLS library information at the
231 _level_ for output by any subsequent *coap_dtls_log*() calls. Output is only
232 logged if the *coap_dtls_log*() _level_ definition is smaller than or equal to
DMakefile.am132 @echo ".so man3/coap_logging.3" > coap_dtls_log.3
/third_party/libcoap/include/coap3/
Dcoap_debug.h284 #ifndef coap_dtls_log
293 #define coap_dtls_log(level, ...) do { \ macro
/third_party/libcoap/src/
Dcoap_openssl.c657 coap_dtls_log(COAP_LOG_DEBUG, "* %s: %s:%s\n", in coap_dtls_info_callback()
677 coap_dtls_log(COAP_LOG_WARN, "* %s: %s:failed in %s\n", in coap_dtls_info_callback()
680 coap_dtls_log(COAP_LOG_WARN, "* %s: %s%s\n", in coap_dtls_info_callback()
691 coap_dtls_log(COAP_LOG_WARN, "* %s: %s:error in %s\n", in coap_dtls_info_callback()
694 coap_dtls_log(COAP_LOG_WARN, "* %s: %s%s\n", in coap_dtls_info_callback()
853 coap_dtls_log(COAP_LOG_WARN, in coap_dtls_new_context()
2042 coap_dtls_log(COAP_LOG_INFO, "Client cipher: %s\n", in tls_secret_call_back()
2361 coap_dtls_log(COAP_LOG_INFO, in tls_client_hello_call_back()
3180 coap_dtls_log(COAP_LOG_INFO, "* %s: Using cipher: %s\n", in coap_dtls_receive()
3444 coap_dtls_log(COAP_LOG_INFO, "* %s: Using cipher: %s\n", in coap_tls_write()
[all …]
Dcoap_tinydtls.c143 coap_dtls_log(c_level, "%s", message); in dtls_logging()
Dcoap_mbedtls.c1389 coap_dtls_log(coap_level, "%s", str);
Dcoap_gnutls.c287 coap_dtls_log(level, "%s", text); in coap_gnutls_log_func()