Home
last modified time | relevance | path

Searched refs:ExternalIpMapper (Results 1 – 5 of 5) sorted by relevance

/webrtc/ice/src/external_ip_mapper/
H A Dexternal_ip_mapper_test.rs56 let m = ExternalIpMapper::new( in test_external_ip_mapper_new_external_ip_mapper()
76 let result = ExternalIpMapper::new( in test_external_ip_mapper_new_external_ip_mapper()
83 let result = ExternalIpMapper::new( in test_external_ip_mapper_new_external_ip_mapper()
94 let result = ExternalIpMapper::new( in test_external_ip_mapper_new_external_ip_mapper()
115 let result = ExternalIpMapper::new( in test_external_ip_mapper_new_external_ip_mapper_with_explicit_local_ip()
122 let result = ExternalIpMapper::new( in test_external_ip_mapper_new_external_ip_mapper_with_explicit_local_ip()
141 let result = ExternalIpMapper::new( in test_external_ip_mapper_new_external_ip_mapper_with_explicit_local_ip()
153 let result = ExternalIpMapper::new( in test_external_ip_mapper_new_external_ip_mapper_with_implicit_local_ip()
160 let result = ExternalIpMapper::new( in test_external_ip_mapper_new_external_ip_mapper_with_implicit_local_ip()
172 let m = ExternalIpMapper::new( in test_external_ip_mapper_find_external_ip_without_explicit_local_ip()
[all …]
H A Dmod.rs65 pub(crate) struct ExternalIpMapper { struct
71 impl ExternalIpMapper { argument
/webrtc/ice/src/agent/
H A Dagent_config.rs219 ) -> Result<Option<ExternalIpMapper>> { in init_ext_ip_mapping() argument
221 ExternalIpMapper::new(self.nat_1to1_ip_candidate_type, &self.nat_1to1_ips)? in init_ext_ip_mapping()
H A Dagent_gather.rs32 pub(crate) ext_ip_mapper: Arc<Option<ExternalIpMapper>>,
45 ext_ip_mapper: Arc<Option<ExternalIpMapper>>,
54 ext_ip_mapper: Arc<Option<ExternalIpMapper>>,
64 ext_ip_mapper: Arc<Option<ExternalIpMapper>>,
H A Dmod.rs107 pub(crate) ext_ip_mapper: Arc<Option<ExternalIpMapper>>,