Home
last modified time | relevance | path

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

/webrtc/util/src/vnet/net/
H A Dnet_test.rs114 let mut lo_name = String::new(); in test_net_native_unexpected_operations() localVariable
119 lo_name = ifc.name.clone(); in test_net_native_unexpected_operations()
128 if !lo_name.is_empty() { in test_net_native_unexpected_operations()
129 if let Some(ifc) = nw.get_interface(&lo_name).await { in test_net_native_unexpected_operations()
130 assert_eq!(ifc.name, lo_name, "should match ifc name"); in test_net_native_unexpected_operations()