Home
last modified time | relevance | path

Searched refs:DTLS_ALERT_CLOSE_NOTIFY (Results 1 – 2 of 2) sorted by relevance

/net-tools-3.4.0/tinydtls-0.8.2/
Dalert.h40 DTLS_ALERT_CLOSE_NOTIFY = 0, /* close_notify */ enumerator
Ddtls.c1501 res = dtls_send_alert(ctx, peer, DTLS_ALERT_LEVEL_FATAL, DTLS_ALERT_CLOSE_NOTIFY); in dtls_close()
3516 if (data[0] == DTLS_ALERT_LEVEL_FATAL || data[1] == DTLS_ALERT_CLOSE_NOTIFY) { in handle_alert()
3538 case DTLS_ALERT_CLOSE_NOTIFY: in handle_alert()
3543 dtls_send_alert(ctx, peer, DTLS_ALERT_LEVEL_FATAL, DTLS_ALERT_CLOSE_NOTIFY); in handle_alert()