Home
last modified time | relevance | path

Searched refs:DTLS_EVENT_CONNECTED (Results 1 – 5 of 5) sorted by relevance

/net-tools-3.7.0/tinydtls-0.8.2/
Dalert.h65 #define DTLS_EVENT_CONNECTED 0x01DE /**< handshake or re-negotiation macro
Ddtls.c3713 CALL(ctx, event, &peer->session, 0, DTLS_EVENT_CONNECTED); in dtls_handle_message()
/net-tools-3.7.0/tinydtls-0.8.2/tests/
Ddtls-server.c252 if (code == DTLS_EVENT_CONNECTED) { in handle_event()
Ddtls-client.c316 if (code == DTLS_EVENT_CONNECTED) { in handle_event()
/net-tools-3.7.0/
Dcoap-client.c1049 if (code == DTLS_EVENT_CONNECTED) { in handle_event()