Home
last modified time | relevance | path

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

/webrtc/util/src/vnet/
H A Dnet.rs113 pub(crate) static_ips: Vec<IpAddr>, // read-only field
390 pub static_ips: Vec<String>, field
422 let mut static_ips = vec![]; in new() localVariable
H A Drouter.rs49 pub static_ips: Vec<String>, field
96 static_ips: Vec<IpAddr>, // read-only field
245 let mut static_ips = vec![]; in new() localVariable