Home
last modified time | relevance | path

Searched refs:COAP_LOG_ERR (Results 1 – 15 of 15) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_debug.h54 COAP_LOG_ERR, /* 3 */ enumerator
96 #define coap_log_err(...) coap_log(COAP_LOG_ERR, __VA_ARGS__)
151 # define LOG_ERR COAP_LOG_ERR
/third_party/libcoap/tests/oss-fuzz/
Dpdu_parse_tcp_target.c10 coap_set_log_level(COAP_LOG_ERR); in LLVMFuzzerTestOneInput()
14 coap_show_pdu(COAP_LOG_ERR, pdu); in LLVMFuzzerTestOneInput()
Dpdu_parse_udp_target.c10 coap_set_log_level(COAP_LOG_ERR); in LLVMFuzzerTestOneInput()
14 coap_show_pdu(COAP_LOG_ERR, pdu); in LLVMFuzzerTestOneInput()
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/examples/lwip/
Dserver-coap.c123 coap_log_t dtls_log_level = COAP_LOG_ERR; in server_coap_init()
Dclient-coap.c117 coap_log_t dtls_log_level = COAP_LOG_ERR; in client_coap_init()
/third_party/libcoap/man/
Dcoap_logging.txt.in124 *COAP_LOG_ERR*::
178 with _level_ set to COAP_LOG_ERR.
/third_party/libcoap/examples/
Dcoap-rd.c765 coap_log_t dtls_log_level = COAP_LOG_ERR; in main()
Dcoap-client.c1592 coap_log_t dtls_log_level = COAP_LOG_ERR; in main()
Dcoap-server.c2718 coap_log_t dtls_log_level = COAP_LOG_ERR; in main()
/third_party/libcoap/src/
Dcoap_debug.c54 COAP_LOG_ERR :
Dcoap_tinydtls.c191 case COAP_LOG_ERR: in coap_dtls_set_log_level()
Dcoap_io.c600 #if (COAP_MAX_LOGGING_LEVEL < COAP_LOG_ERR)
Dcoap_mbedtls.c2523 case COAP_LOG_ERR:
/third_party/libcoap/tests/
Dtest_pdu.c308 coap_show_pdu(COAP_LOG_ERR, testpdu); /* display PDU */ in t_parse_pdu16()