Home
last modified time | relevance | path

Searched defs:Alert (Results 1 – 11 of 11) sorted by relevance

/webrtc/dtls/src/alert/
H A Dmod.rs145 pub struct Alert { struct
146 pub(crate) alert_level: AlertLevel, argument
147 pub(crate) alert_description: AlertDescription, argument
150 impl fmt::Display for Alert { implementation
156 impl Alert { implementation
/webrtc/dtls/src/flight/
H A Dflight3.rs47 ) -> Result<Box<dyn Flight + Send + Sync>, (Option<Alert>, Option<Error>)> { in parse()
351 ) -> Result<Vec<Packet>, (Option<Alert>, Option<Error>)> { in generate()
418 ) -> Result<(), (Option<Alert>, Option<Error>)> { in handle_server_key_exchange()
H A Dflight0.rs33 ) -> Result<Box<dyn Flight + Send + Sync>, (Option<Alert>, Option<Error>)> { in parse()
187 ) -> Result<Vec<Packet>, (Option<Alert>, Option<Error>)> { in generate()
H A Dflight2.rs34 ) -> Result<Box<dyn Flight + Send + Sync>, (Option<Alert>, Option<Error>)> { in parse()
113 ) -> Result<Vec<Packet>, (Option<Alert>, Option<Error>)> { in generate()
H A Dflight1.rs43 ) -> Result<Box<dyn Flight + Send + Sync>, (Option<Alert>, Option<Error>)> { in parse()
123 ) -> Result<Vec<Packet>, (Option<Alert>, Option<Error>)> { in generate()
H A Dflight6.rs33 ) -> Result<Box<dyn Flight + Send + Sync>, (Option<Alert>, Option<Error>)> { in parse()
75 ) -> Result<Vec<Packet>, (Option<Alert>, Option<Error>)> { in generate()
H A Dmod.rs78 ) -> Result<Box<dyn Flight + Send + Sync>, (Option<Alert>, Option<Error>)>; in parse()
85 ) -> Result<Vec<Packet>, (Option<Alert>, Option<Error>)>; in generate()
H A Dflight5.rs45 ) -> Result<Box<dyn Flight + Send + Sync>, (Option<Alert>, Option<Error>)> { in parse()
180 ) -> Result<Vec<Packet>, (Option<Alert>, Option<Error>)> { in generate()
607 ) -> Result<(), (Option<Alert>, Option<Error>)> { in initalize_cipher_suite()
H A Dflight4.rs51 ) -> Result<Box<dyn Flight + Send + Sync>, (Option<Alert>, Option<Error>)> { in parse()
502 ) -> Result<Vec<Packet>, (Option<Alert>, Option<Error>)> { in generate()
/webrtc/dtls/src/
H A Dcontent.rs13 Alert = 21, enumerator
35 Alert(Alert), enumerator
/webrtc/dtls/src/conn/
H A Dmod.rs884 ) -> (bool, Option<Alert>, Option<Error>) { in handle_incoming_packet()