Home
last modified time | relevance | path

Searched refs:LOG_CRIT (Results 1 – 13 of 13) sorted by relevance

/net-tools-latest/libcoap/src/
Dstr.c21 coap_log(LOG_CRIT, "coap_new_string: malloc\n"); in coap_new_string()
Dasync.c43 coap_log(LOG_CRIT, "coap_register_async: insufficient memory\n"); in coap_register_async()
Dpdu.c130 coap_log(LOG_CRIT, "coap_new_pdu: cannot allocate memory for new PDU\n"); in coap_new_pdu()
Ddebug.c492 log_fd = level <= LOG_CRIT ? COAP_ERR_FD : COAP_DEBUG_FD; in coap_log_impl()
Dnet.c577 coap_log(LOG_CRIT, "coap_send_impl: %s\n", strerror(errno)); in coap_send_impl()
/net-tools-latest/libcoap/examples/contiki/
Dserver.c82 coap_log(LOG_CRIT, "cannot create CoAP context\r\n"); in init_coap_server()
186 coap_log(LOG_CRIT, "cannot create resource\n"); in init_coap_resources()
Dcoap-observer.c92 coap_log(LOG_CRIT, "cannot create CoAP context\r\n"); in init_coap()
/net-tools-latest/libcoap/include/coap/
Ddebug.h29 LOG_CRIT, enumerator
/net-tools-latest/libcoap/examples/
Detsi_iot_01.c262 coap_log(LOG_CRIT, "cannot allocate new resource under /test"); in hnd_post_test()
539 coap_log(LOG_CRIT, "cannot allocate resource /test"); in init_resources()
565 coap_log(LOG_CRIT, "cannot allocate resource /large\n"); in init_resources()
582 coap_log(LOG_CRIT, "cannot allocate resource /seg1/seg2/seg3\n"); in init_resources()
Dclient.c197 coap_log(LOG_CRIT, "cannot add token"); in clear_obs()
218 coap_log(LOG_CRIT, "cannot add option Observe: %u", COAP_OBSERVE_CANCEL); in clear_obs()
/net-tools-latest/libcoap/tests/
Dtest_pdu.c613 coap_set_log_level(LOG_CRIT); in t_encode_pdu11()
Dtest_options.c402 coap_set_log_level(LOG_CRIT); in t_access_option6()
/net-tools-latest/
Dcoap-client.c1514 coap_log(LOG_CRIT, "coap_send: sendto\n"); in my_coap_network_send()