Searched refs:LO0_STR (Results 1 – 3 of 3) sorted by relevance
22 pub(crate) const LO0_STR: &str = "lo0"; constant412 let mut lo0 = Interface::new(LO0_STR.to_owned(), vec![]); in new()
225 let mut lo0 = Interface::new(LO0_STR.to_owned(), vec![]); in new()
155 LO0_STR => { in test_net_virtual_interfaces()182 if let Some(ifc) = nic.get_interface(LO0_STR).await { in test_net_virtual_interface_by_name()183 assert_eq!(ifc.name.as_str(), LO0_STR, "should match"); in test_net_virtual_interface_by_name()