Home
last modified time | relevance | path

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

/webrtc/webrtc/src/api/setting_engine/
H A Dmod.rs7 use ice::agent::agent_config::{InterfaceFilterFn, IpFilterFn};
39 pub interface_filter: Arc<Option<InterfaceFilterFn>>,
161 pub fn set_interface_filter(&mut self, filter: InterfaceFilterFn) { in set_interface_filter() argument
/webrtc/ice/src/agent/
H A Dagent_config.rs54 pub type InterfaceFilterFn = Box<dyn (Fn(&str) -> bool) + Send + Sync>; typedef
146 pub interface_filter: Arc<Option<InterfaceFilterFn>>,
H A Dagent_gather.rs30 pub(crate) interface_filter: Arc<Option<InterfaceFilterFn>>,
43 interface_filter: Arc<Option<InterfaceFilterFn>>,
52 interface_filter: Arc<Option<InterfaceFilterFn>>,
H A Dmod.rs99 pub(crate) interface_filter: Arc<Option<InterfaceFilterFn>>,
/webrtc/ice/src/util/
H A Dmod.rs4 use crate::agent::agent_config::{InterfaceFilterFn, IpFilterFn};
92 interface_filter: &Option<InterfaceFilterFn>, in local_interfaces() argument