Home
last modified time | relevance | path

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

/webrtc/dtls/src/alert/
H A Dmod.rs40 CloseNotify = 0, enumerator
71 AlertDescription::CloseNotify => write!(f, "CloseNotify"), in fmt()
104 0 => AlertDescription::CloseNotify, in from()
/webrtc/dtls/src/conn/
H A Dmod.rs471 self.notify(AlertLevel::Warning, AlertDescription::CloseNotify) in close()
786 || alert.alert_description == AlertDescription::CloseNotify in read_and_buffer()
866 || alert.alert_description == AlertDescription::CloseNotify in handle_queued_packets()
1044 if a.alert_description == AlertDescription::CloseNotify { in handle_incoming_packet()
1048 alert_description: AlertDescription::CloseNotify, in handle_incoming_packet()