Home
last modified time | relevance | path

Searched refs:Passive (Results 1 – 6 of 6) sorted by relevance

/webrtc/ice/src/tcp_type/
H A Dmod.rs15 Passive, enumerator
25 "passive" => Self::Passive, in from()
36 Self::Passive => "passive", in fmt()
H A Dtcp_type_test.rs8 assert_eq!(TcpType::from("passive"), TcpType::Passive); in test_tcp_type()
14 assert_eq!(TcpType::Passive.to_string(), "passive"); in test_tcp_type()
/webrtc/sdp/src/util/
H A Dmod.rs21 Passive, enumerator
39 ConnectionRole::Passive => CONNECTION_ROLE_PASSIVE_STR, in fmt()
52 2 => ConnectionRole::Passive, in from()
64 CONNECTION_ROLE_PASSIVE_STR => ConnectionRole::Passive, in from()
/webrtc/webrtc/src/dtls_transport/
H A Ddtls_role.rs82 DTLSRole::Server => ConnectionRole::Passive, in to_connection_role()
/webrtc/ice/src/candidate/
H A Dcandidate_test.rs31 tcp_type: TcpType::Passive, in test_candidate_priority()
79 tcp_type: TcpType::Passive, in test_candidate_priority()
H A Dcandidate_base.rs370 TcpType::Passive => 4, in local_preference()
378 TcpType::Passive => 2, in local_preference()