Home
last modified time | relevance | path

Searched defs:DTLSRole (Results 1 – 4 of 4) sorted by relevance

/webrtc/webrtc/src/dtls_transport/
H A Ddtls_role.rs9 pub enum DTLSRole { enum
42 impl fmt::Display for DTLSRole { implementation
56 impl From<&SessionDescription> for DTLSRole { implementation
78 impl DTLSRole { implementation
H A Dmod.rs284 pub(crate) async fn role(&self) -> DTLSRole { in role()
319 ) -> Result<(DTLSRole, dtls::config::Config)> { in prepare_transport()
/webrtc/webrtc/src/sctp_transport/
H A Dmod.rs400 dtls_role: DTLSRole, in generate_and_set_data_channel_id()
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs598 dtls_role: DTLSRole, in start_transports()