Home
last modified time | relevance | path

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

/webrtc/dtls/src/alert/
H A Dmod.rs13 Warning = 1, enumerator
21 AlertLevel::Warning => write!(f, "LevelWarning"), in fmt()
31 1 => AlertLevel::Warning, in from()
/webrtc/dtls/src/conn/
H A Dmod.rs471 self.notify(AlertLevel::Warning, AlertDescription::CloseNotify) in close()
1047 alert_level: AlertLevel::Warning, in handle_incoming_packet()