Home
last modified time | relevance | path

Searched defs:ExternalIpMapper (Results 1 – 2 of 2) sorted by relevance

/webrtc/ice/src/external_ip_mapper/
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()