Home
last modified time | relevance | path

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

/third_party/libcoap/src/
H A Dcoap_tinydtls.c329 static int coap_event_dtls = 0; variable
340 coap_event_dtls = COAP_EVENT_DTLS_ERROR; in dtls_event()
345 coap_event_dtls = COAP_EVENT_DTLS_CLOSED; in dtls_event()
349 coap_event_dtls = COAP_EVENT_DTLS_CONNECTED; in dtls_event()
354 coap_event_dtls = COAP_EVENT_DTLS_RENEGOTIATE; in dtls_event()
775 coap_event_dtls = -1; in coap_dtls_send()
784 if (coap_event_dtls >= 0) { in coap_dtls_send()
786 if (coap_event_dtls != COAP_EVENT_DTLS_CLOSED) in coap_dtls_send()
787 coap_handle_event(session->context, coap_event_dtls, session); in coap_dtls_send()
788 if (coap_event_dtls in coap_dtls_send()
[all...]

Completed in 2 milliseconds