Home
last modified time | relevance | path

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

/webrtc/ice/src/candidate/
H A Dmod.rs72 fn candidate_type(&self) -> CandidateType; in candidate_type()
91 pub enum CandidateType { enum
105 impl fmt::Display for CandidateType { implementation
118 impl Default for CandidateType { implementation
124 impl CandidateType { impl
143 candidate_type: CandidateType, in contains_candidate_type()
144 candidate_type_list: &[CandidateType], in contains_candidate_type()
H A Dcandidate_base.rs200 fn candidate_type(&self) -> CandidateType { in candidate_type()
/webrtc/ice/src/external_ip_mapper/
H A Dmod.rs72 pub(crate) fn new(mut candidate_type: CandidateType, ips: &[String]) -> Result<Option<Self>> { in new()
/webrtc/ice/src/agent/
H A Dagent_config.rs218 candidate_types: &[CandidateType], in init_ext_ip_mapping()