Home
last modified time | relevance | path

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

/webrtc/util/src/ifaces/ffi/windows/
H A Dmod.rs365 let mut adapters_list = Vec::with_capacity(PREALLOC_ADAPTERS_LEN); in ifaces() localVariable
367 local_ifaces_with_buffer(&mut adapters_list)?; in ifaces()
370 adapters_list.as_ptr() as *const IpAdapterAddresses in ifaces()