Searched refs:DTLS_ALERT_CLOSE_NOTIFY (Results 1 – 2 of 2) sorted by relevance
40 DTLS_ALERT_CLOSE_NOTIFY = 0, /* close_notify */ enumerator
1501 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()