Searched refs:InterfaceFilterFn (Results 1 – 5 of 5) sorted by relevance
| /webrtc/webrtc/src/api/setting_engine/ |
| H A D | mod.rs | 7 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 D | agent_config.rs | 54 pub type InterfaceFilterFn = Box<dyn (Fn(&str) -> bool) + Send + Sync>; typedef 146 pub interface_filter: Arc<Option<InterfaceFilterFn>>,
|
| H A D | agent_gather.rs | 30 pub(crate) interface_filter: Arc<Option<InterfaceFilterFn>>, 43 interface_filter: Arc<Option<InterfaceFilterFn>>, 52 interface_filter: Arc<Option<InterfaceFilterFn>>,
|
| H A D | mod.rs | 99 pub(crate) interface_filter: Arc<Option<InterfaceFilterFn>>,
|
| /webrtc/ice/src/util/ |
| H A D | mod.rs | 4 use crate::agent::agent_config::{InterfaceFilterFn, IpFilterFn}; 92 interface_filter: &Option<InterfaceFilterFn>, in local_interfaces() argument
|