Searched refs:static_ip (Results 1 – 4 of 4) sorted by relevance
113 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()
393 pub static_ip: String, field428 if !config.static_ip.is_empty() { in new()429 if let Ok(ip) = IpAddr::from_str(&config.static_ip) { in new()
51 pub static_ip: String, field260 if !config.static_ip.is_empty() { in new()262 if let Ok(ip) = IpAddr::from_str(&config.static_ip) { in new()
79 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()