Home
last modified time | relevance | path

Searched refs:static_ip (Results 1 – 4 of 4) sorted by relevance

/webrtc/turn/src/server/
H A Dserver_test.rs113 static_ip: "1.2.3.4".to_owned(), // will be assigned to eth0 in build_vnet()
118 static_ip: "1.2.3.5".to_owned(), // will be assigned to eth0 in build_vnet()
141 static_ip: "5.6.7.8".to_owned(), // this router's external IP on eth0 in build_vnet()
/webrtc/util/src/vnet/
H A Dnet.rs393 pub static_ip: String, field
428 if !config.static_ip.is_empty() { in new()
429 if let Ok(ip) = IpAddr::from_str(&config.static_ip) { in new()
H A Drouter.rs51 pub static_ip: String, field
260 if !config.static_ip.is_empty() { in new()
262 if let Ok(ip) = IpAddr::from_str(&config.static_ip) { in new()
/webrtc/ice/src/agent/
H A Dagent_vnet_test.rs79 static_ip: VNET_STUN_SERVER_IP.to_owned(), // will be assigned to eth0 in build_simple_vnet()
128 static_ip: VNET_STUN_SERVER_IP.to_owned(), // will be assigned to eth0 in build_vnet()