Home
last modified time | relevance | path

Searched refs:LO0_STR (Results 1 – 3 of 3) sorted by relevance

/webrtc/util/src/vnet/
H A Dnet.rs22 pub(crate) const LO0_STR: &str = "lo0"; constant
412 let mut lo0 = Interface::new(LO0_STR.to_owned(), vec![]); in new()
H A Drouter.rs225 let mut lo0 = Interface::new(LO0_STR.to_owned(), vec![]); in new()
/webrtc/util/src/vnet/net/
H A Dnet_test.rs155 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()