/third_party/libcoap/examples/riot/examples_libcoap_server/ |
H A D | server-coap.c | 147 coap_log_info("Server IP [%s]\n", addr_str); in init_coap_context_endpoints() 211 coap_log_info("libcoap server ready\n"); in server_coap_run() 223 coap_log_info("libcoap server stopped\n"); in server_coap_run()
|
/third_party/libcoap/src/ |
H A D | coap_tinydtls.c | 1110 coap_log_info("EC Private Key (RPK) invalid\n"); in asn1_derive_keys() 1125 coap_log_info("EC Private Key (RPK) invalid elliptic curve\n"); in asn1_derive_keys() 1136 coap_log_info("EC Public Key (RPK) invalid\n"); in asn1_derive_keys() 1168 coap_log_info("EC Private Key (RPK) invalid elliptic curve\n"); in ec_abstract_pkcs8_asn1() 1243 coap_log_info("Private Key (RPK) invalid\n"); in coap_dtls_context_set_pki() 1248 coap_log_info("PKCS#8 Private Key (RPK) invalid\n"); in coap_dtls_context_set_pki() 1266 coap_log_info("Public Key (RPK) invalid\n"); in coap_dtls_context_set_pki() 1272 coap_log_info("PKCS#8 Private Key (RPK) invalid\n"); in coap_dtls_context_set_pki() 1284 coap_log_info("Unable to derive Public/Private Keys\n"); in coap_dtls_context_set_pki() 1319 coap_log_info("Unabl in coap_dtls_context_set_pki() [all...] |
H A D | coap_ws.c | 313 coap_log_info("WS: Invalid GET request %s\n", (char *)ws->http_hdr); in coap_ws_rd_http_header_server() 360 coap_log_info("WS: Invalid Sec-WebSocket-Key: %s\n", value); in coap_ws_rd_http_header_server() 429 coap_log_info("WS: Invalid GET response %s\n", (char *)ws->http_hdr); in coap_ws_rd_http_header_client() 550 coap_log_info("WS: Missing protocol header(s)\n"); in coap_ws_rd_http_header() 556 coap_log_info("WS: Missing protocol header(s)\n"); in coap_ws_rd_http_header()
|
H A D | coap_mbedtls.c | 375 coap_log_info(" %s: %s: overridden: '%s' depth %d\n", in cert_verify_callback_mbedtls() 383 coap_log_info(" %s: %s: overridden: '%s' depth %d\n", in cert_verify_callback_mbedtls() 391 coap_log_info(" %s: %s: overridden: '%s' depth %d\n", in cert_verify_callback_mbedtls() 399 coap_log_info(" %s: %s: overridden: '%s' depth %d\n", in cert_verify_callback_mbedtls() 413 coap_log_info(" %s: %s: overridden: '%s' depth %d\n", in cert_verify_callback_mbedtls() 421 coap_log_info(" %s: %s: overridden: '%s' depth %d\n", in cert_verify_callback_mbedtls() 430 coap_log_info(" %s: %s: overridden: '%s' depth %d\n", in cert_verify_callback_mbedtls() 440 coap_log_info(" %s: %s: overridden: '%s' depth %d\n", in cert_verify_callback_mbedtls() 1151 coap_log_info("Setting PSK key\n");
|
H A D | coap_io_lwip.c | 72 coap_log_info("****** Next wakeup msecs %u (1)\n", in coap_io_process_timeout() 104 coap_log_info("****** Next wakeup msecs %u (2)\n", in coap_io_process()
|
H A D | coap_gnutls.c | 809 coap_log_info(" %s: %s: overridden: '%s'\n", in cert_verify_gnutls() 826 coap_log_info(" %s: %s: overridden: '%s'\n", in cert_verify_gnutls() 843 coap_log_info(" %s: %s: overridden: '%s'\n", in cert_verify_gnutls() 857 coap_log_info(" %s: %s: overridden: '%s'\n", in cert_verify_gnutls() 2785 coap_log_info("coap_tls_write: cannot send PDU\n"); in coap_tls_write()
|
H A D | coap_net.c | 2791 coap_log_info("Invalid multicast packet received RFC7252 8.1\n"); in handle_request() 2803 coap_log_info("Retransmit async response\n"); in handle_request() 2913 coap_log_info("Invalid Hop Limit\n"); in handle_request() 3143 coap_log_info("observe: unexpected action %d\n", observe_action); in handle_request() 4357 coap_log_info("coap_mcast_set_hops: %zu: setsockopt: %s\n", in coap_mcast_set_hops() 4367 coap_log_info("coap_mcast_set_hops: %zu: setsockopt: %s\n", in coap_mcast_set_hops()
|
H A D | coap_pdu.c | 553 coap_log_info("Option number %d is not defined as repeatable - dropped\n", in coap_option_check_repeatable() 557 coap_log_info("Option number %d is not defined as repeatable\n", in coap_option_check_repeatable()
|
H A D | coap_openssl.c | 1977 coap_log_info(" %s: %s: overridden: '%s' depth=%d\n", in tls_verify_call_back() 3463 coap_log_info("***%s: coap_tls_write: cannot send PDU\n", in coap_tls_write()
|
H A D | coap_io.c | 750 coap_log_info("coap_socket_write: send: %s\n",
|
H A D | coap_session.c | 1879 coap_log_info("coap_new_endpoint: one of coap_context_set_psk() or " in coap_new_endpoint()
|
H A D | coap_block.c | 3244 coap_log_info("Invalid application/missing-blocks+cbor-seq\n"); in coap_handle_response_send_block()
|
/third_party/libcoap/include/coap3/ |
H A D | coap_debug.h | 108 #define coap_log_info(...) coap_log(COAP_LOG_INFO, __VA_ARGS__) macro 110 #define coap_log_info(...) coap_no_log() macro
|
/third_party/libcoap/examples/ |
H A D | coap-server.c | 429 coap_log_info("async: delay of 0 not supported\n"); in hnd_get_async() 847 coap_log_info("PDU creation issue\n"); in remove_proxy_association() 859 coap_log_info("Failed to send PDU with 5.02 gateway issue\n"); in remove_proxy_association() 1023 coap_log_info("Proxy URI '%.*s'\n", in hnd_proxy_uri() 1829 coap_log_info("CN '%s' presented by %s (%s)\n", in verify_cn_callback() 1913 coap_log_info("SNI '%s' requested\n", sni); in verify_pki_sni_callback() 1917 coap_log_info("Switching to using cert '%s' + ca '%s'\n", in verify_pki_sni_callback() 1946 coap_log_info("SNI '%s' requested\n", sni); in verify_psk_sni_callback() 1951 coap_log_info("Switching to using '%.*s' hint + '%.*s' key\n", in verify_psk_sni_callback() 1976 coap_log_info("Identit in verify_id_callback() [all...] |
H A D | coap-client.c | 213 coap_log_info("Unable to track new token\n"); in track_new_token() 412 coap_log_info("got RST\n"); in message_handler() 1287 coap_log_info("CN '%s' presented by server (%s)\n", in verify_cn_callback() 1302 coap_log_info("Identity Hint '%s' provided\n", lhint); in verify_ih_callback() 1315 coap_log_info("Switching to using '%s' identity + '%s' key\n", in verify_ih_callback() 1937 coap_log_info("timeout\n"); in main()
|