Home
last modified time | relevance | path

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

/net-tools-3.4.0/tinydtls-0.8.2/
Dalert.h36 DTLS_ALERT_LEVEL_FATAL=2 enumerator
78 return dtls_alert_create(DTLS_ALERT_LEVEL_FATAL, desc); in dtls_alert_fatal_create()
Ddtls.c1152 : dtls_alert_create(DTLS_ALERT_LEVEL_FATAL, DTLS_ALERT_HANDSHAKE_FAILURE); in check_finished()
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()
3543 dtls_send_alert(ctx, peer, DTLS_ALERT_LEVEL_FATAL, DTLS_ALERT_CLOSE_NOTIFY); in handle_alert()
3581 return dtls_send_alert(ctx, peer, DTLS_ALERT_LEVEL_FATAL, DTLS_ALERT_INTERNAL_ERROR); in dtls_alert_send_from_err()