Searched refs:DTLS_ALERT_LEVEL_FATAL (Results 1 – 2 of 2) sorted by relevance
/net-tools-3.4.0/tinydtls-0.8.2/ |
D | alert.h | 36 DTLS_ALERT_LEVEL_FATAL=2 enumerator 78 return dtls_alert_create(DTLS_ALERT_LEVEL_FATAL, desc); in dtls_alert_fatal_create()
|
D | dtls.c | 1152 : 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()
|