Searched refs:Passive (Results 1 – 6 of 6) sorted by relevance
| /webrtc/ice/src/tcp_type/ |
| H A D | mod.rs | 15 Passive, enumerator 25 "passive" => Self::Passive, in from() 36 Self::Passive => "passive", in fmt()
|
| H A D | tcp_type_test.rs | 8 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 D | mod.rs | 21 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 D | dtls_role.rs | 82 DTLSRole::Server => ConnectionRole::Passive, in to_connection_role()
|
| /webrtc/ice/src/candidate/ |
| H A D | candidate_test.rs | 31 tcp_type: TcpType::Passive, in test_candidate_priority() 79 tcp_type: TcpType::Passive, in test_candidate_priority()
|
| H A D | candidate_base.rs | 370 TcpType::Passive => 4, in local_preference() 378 TcpType::Passive => 2, in local_preference()
|