Home
last modified time | relevance | path

Searched refs:COAP_EVENT_DTLS_RENEGOTIATE (Results 1 – 4 of 4) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_event.h34 #define COAP_EVENT_DTLS_RENEGOTIATE 0x01DF macro
/third_party/libcoap/man/
Dcoap_handler.txt.in177 COAP_EVENT_DTLS_RENEGOTIATE 0x01DF
/third_party/libcoap/src/
Dcoap_tinydtls.c184 coap_event_dtls = COAP_EVENT_DTLS_RENEGOTIATE; in dtls_event()
Dcoap_openssl.c609 session->dtls_event = COAP_EVENT_DTLS_RENEGOTIATE; in coap_dtls_info_callback()