Home
last modified time | relevance | path

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

/webrtc/sdp/src/util/
H A Dmod.rs24 Actpass, enumerator
40 ConnectionRole::Actpass => CONNECTION_ROLE_ACTPASS_STR, in fmt()
53 3 => ConnectionRole::Actpass, in from()
65 CONNECTION_ROLE_ACTPASS_STR => ConnectionRole::Actpass, in from()
/webrtc/webrtc/src/dtls_transport/
H A Ddtls_role.rs83 DTLSRole::Auto => ConnectionRole::Actpass, in to_connection_role()