Searched refs:LOG_CRIT (Results 1 – 13 of 13) sorted by relevance
/net-tools-latest/libcoap/src/ |
D | str.c | 21 coap_log(LOG_CRIT, "coap_new_string: malloc\n"); in coap_new_string()
|
D | async.c | 43 coap_log(LOG_CRIT, "coap_register_async: insufficient memory\n"); in coap_register_async()
|
D | pdu.c | 130 coap_log(LOG_CRIT, "coap_new_pdu: cannot allocate memory for new PDU\n"); in coap_new_pdu()
|
D | debug.c | 492 log_fd = level <= LOG_CRIT ? COAP_ERR_FD : COAP_DEBUG_FD; in coap_log_impl()
|
D | net.c | 577 coap_log(LOG_CRIT, "coap_send_impl: %s\n", strerror(errno)); in coap_send_impl()
|
/net-tools-latest/libcoap/examples/contiki/ |
D | server.c | 82 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()
|
D | coap-observer.c | 92 coap_log(LOG_CRIT, "cannot create CoAP context\r\n"); in init_coap()
|
/net-tools-latest/libcoap/include/coap/ |
D | debug.h | 29 LOG_CRIT, enumerator
|
/net-tools-latest/libcoap/examples/ |
D | etsi_iot_01.c | 262 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()
|
D | client.c | 197 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/ |
D | test_pdu.c | 613 coap_set_log_level(LOG_CRIT); in t_encode_pdu11()
|
D | test_options.c | 402 coap_set_log_level(LOG_CRIT); in t_access_option6()
|
/net-tools-latest/ |
D | coap-client.c | 1514 coap_log(LOG_CRIT, "coap_send: sendto\n"); in my_coap_network_send()
|