Home
last modified time | relevance | path

Searched defs:InterfaceFilterFn (Results 1 – 3 of 3) sorted by relevance

/webrtc/ice/src/util/
H A Dmod.rs92 interface_filter: &Option<InterfaceFilterFn>, in local_interfaces()
/webrtc/ice/src/agent/
H A Dagent_config.rs54 pub type InterfaceFilterFn = Box<dyn (Fn(&str) -> bool) + Send + Sync>; typedef
/webrtc/webrtc/src/api/setting_engine/
H A Dmod.rs161 pub fn set_interface_filter(&mut self, filter: InterfaceFilterFn) { in set_interface_filter()