Home
last modified time | relevance | path

Searched refs:LOG_WARNING (Results 1 – 10 of 10) sorted by relevance

/net-tools-3.4.0/libcoap/include/coap/
Ddebug.h30 LOG_WARNING, enumerator
64 #define warn(...) coap_log(LOG_WARNING, __VA_ARGS__)
/net-tools-3.4.0/libcoap/src/
Dcoap_io.c126 coap_log(LOG_WARNING, "coap_new_endpoint: socket"); in coap_new_endpoint()
131 coap_log(LOG_WARNING, "coap_new_endpoint: setsockopt SO_REUSEADDR"); in coap_new_endpoint()
154 coap_log(LOG_WARNING, "coap_new_endpoint: bind"); in coap_new_endpoint()
162 coap_log(LOG_WARNING, "coap_new_endpoint: malloc"); in coap_new_endpoint()
173 coap_log(LOG_WARNING, "coap_new_endpoint: cannot determine local address"); in coap_new_endpoint()
325 coap_log(LOG_WARNING, "protocol not supported\n"); in coap_network_send()
453 coap_log(LOG_WARNING, "coap_network_read: %s\n", strerror(errno)); in coap_network_read()
Ddebug.c49 static coap_log_t maxlog = LOG_WARNING; /* default maximum log level */
Dnet.c280 coap_log(LOG_WARNING, "coap_new_node: malloc\n"); in coap_new_node()
/net-tools-3.4.0/libcoap/examples/
Dcoap_list.c24 coap_log(LOG_WARNING, "cannot create option Proxy-Uri\n"); in coap_insert()
Dcoap-server.c457 coap_log_t log_level = LOG_WARNING; in main()
Detsi_iot_01.c683 coap_log_t log_level = LOG_WARNING; in main()
Dcoap-rd.c685 coap_log_t log_level = LOG_WARNING; in main()
Dclient.c1040 coap_log_t log_level = LOG_WARNING; in main()
/net-tools-3.4.0/
Dcoap-client.c640 coap_log(LOG_WARNING, "cannot create option Proxy-Uri\n"); in coap_insert()