Home
last modified time | relevance | path

Searched refs:COAP_EVENT_DTLS_RENEGOTIATE (Results 1 - 6 of 6) sorted by relevance

/third_party/libcoap/include/coap3/
H A Dcoap_event.h43 COAP_EVENT_DTLS_RENEGOTIATE = 0x01DF, enumerator
/third_party/libcoap/src/
H A Dcoap_tinydtls.c354 coap_event_dtls = COAP_EVENT_DTLS_RENEGOTIATE; in dtls_event()
H A Dcoap_net.c3875 case COAP_EVENT_DTLS_RENEGOTIATE: in coap_event_name()
3876 return "COAP_EVENT_DTLS_RENEGOTIATE"; in coap_event_name()
H A Dcoap_openssl.c703 session->dtls_event = COAP_EVENT_DTLS_RENEGOTIATE; in coap_dtls_info_callback()
/third_party/libcoap/examples/
H A Dcoap-client.c324 case COAP_EVENT_DTLS_RENEGOTIATE: in event_handler()
H A Dcoap-server.c1575 case COAP_EVENT_DTLS_RENEGOTIATE: in proxy_event_handler()

Completed in 18 milliseconds