Home
last modified time | relevance | path

Searched refs:COAP_LOG_ERR (Results 1 - 14 of 14) sorted by relevance

/third_party/libcoap/tests/oss-fuzz/
H A Dpdu_parse_tcp_target.c10 coap_set_log_level(COAP_LOG_ERR); in LLVMFuzzerTestOneInput()
14 coap_show_pdu(COAP_LOG_ERR, pdu); in LLVMFuzzerTestOneInput()
H A Dpdu_parse_udp_target.c10 coap_set_log_level(COAP_LOG_ERR); in LLVMFuzzerTestOneInput()
14 coap_show_pdu(COAP_LOG_ERR, pdu); in LLVMFuzzerTestOneInput()
H A Dpdu_parse_ws_target.c10 coap_set_log_level(COAP_LOG_ERR); in LLVMFuzzerTestOneInput()
14 coap_show_pdu(COAP_LOG_ERR, pdu); in LLVMFuzzerTestOneInput()
/third_party/libcoap/include/coap3/
H A Dcoap_debug.h29 * Used for output for @c COAP_LOG_OSCORE to @c COAP_LOG_ERR.
54 COAP_LOG_ERR, /* 3 */ enumerator
96 #define coap_log_err(...) coap_log(COAP_LOG_ERR, __VA_ARGS__)
151 # define LOG_ERR COAP_LOG_ERR
235 * @c COAP_DEBUG_FD (for @p level >= @c COAP_LOG_ERR). The text is output only
272 * COAP_DEBUG_FD (for @p level >= @c COAP_LOG_ERR). The text is output only when
288 * COAP_DEBUG_FD (for @p level >= @c COAP_LOG_ERR). The text is output only when
/third_party/libcoap/examples/lwip/
H A Dserver-coap.c123 coap_log_t dtls_log_level = COAP_LOG_ERR; in server_coap_init()
H A Dclient-coap.c117 coap_log_t dtls_log_level = COAP_LOG_ERR; in client_coap_init()
/third_party/libcoap/examples/
H A Dcoap-rd.c765 coap_log_t dtls_log_level = COAP_LOG_ERR; in main()
H A Dcoap-client.c1592 coap_log_t dtls_log_level = COAP_LOG_ERR; in main()
H A Dcoap-server.c2718 coap_log_t dtls_log_level = COAP_LOG_ERR; in main()
/third_party/libcoap/src/
H A Dcoap_debug.c54 COAP_LOG_ERR :
H A Dcoap_tinydtls.c191 case COAP_LOG_ERR: in coap_dtls_set_log_level()
H A Dcoap_io.c600 #if (COAP_MAX_LOGGING_LEVEL < COAP_LOG_ERR)
H A Dcoap_mbedtls.c2523 case COAP_LOG_ERR:
/third_party/libcoap/tests/
H A Dtest_pdu.c308 coap_show_pdu(COAP_LOG_ERR, testpdu); /* display PDU */ in t_parse_pdu16()

Completed in 20 milliseconds