Home
last modified time | relevance | path

Searched refs:coap_log_emerg (Results 1 – 7 of 7) sorted by relevance

/third_party/libcoap/man/
Dcoap_logging.txt.in15 coap_log_emerg,
47 *void coap_log_emerg(const char *_format_, _..._);*
157 *Function: coap_log_emerg()*
159 The *coap_log_emerg*() function provides a wrapper to the *coap_log*() function
/third_party/libcoap/src/
Dcoap_mbedtls.c1595 coap_log_emerg("libcoap not compiled for DTLS with Mbed TLS"
1672 coap_log_emerg("coap_context_set_spsk:"
1698 coap_log_emerg("coap_context_set_cpsk:"
1825 coap_log_emerg("coap_dtls_new_client_session:"
1867 coap_log_emerg("coap_dtls_new_server_session:"
2171 coap_log_emerg("coap_dtls_hello:"
2249 coap_log_emerg("coap_tls_new_client_session:"
2283 coap_log_emerg("coap_tls_new_server_session:"
Dcoap_net.c486 coap_log_emerg("coap_init: malloc: failed\n"); in coap_new_context()
530 coap_log_emerg("coap_init: no DTLS context available\n"); in coap_new_context()
2054 coap_log_emerg("coap_io_do_io() requires libcoap not compiled for using epoll\n"); in coap_io_do_io()
2112 coap_log_emerg("coap_io_do_epoll() requires libcoap compiled for using epoll\n"); in coap_io_do_epoll()
Dcoap_io.c1309 coap_log_emerg("coap_io_prepare_epoll() requires libcoap compiled for using epoll\n");
/third_party/libcoap/examples/contiki/
Dserver.c172 coap_log_emerg("cannot create context\n"); in PROCESS_THREAD()
/third_party/libcoap/include/coap3/
Dcoap_debug.h81 #define coap_log_emerg(...) coap_log(COAP_LOG_EMERG, __VA_ARGS__) macro
/third_party/libcoap/examples/
Dcoap-client.c847 coap_log_emerg("coaps+tcp URI scheme not supported in this version of libcoap\n"); in cmdline_uri()
856 coap_log_emerg("coap+tcp URI scheme not supported in this version of libcoap\n"); in cmdline_uri()
1824 coap_log_emerg("cannot create context\n"); in main()