Home
last modified time | relevance | path

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

/webrtc/util/src/ifaces/ffi/android/
H A Difaddrs.h31 char *ifa_name; member
H A Difaddrs.c366 l_entry->ifa_name = ""; in interpretLink()
408 l_entry->ifa_name = l_name; in interpretLink()
497 l_entry->ifa_name = (l_interface ? l_interface->ifa_name : ""); in interpretAddr()
561 l_entry->ifa_name = l_name; in interpretAddr()
/webrtc/util/src/ifaces/ffi/unix/
H A Dmod.rs78 pub ifa_name: *mut ::std::os::raw::c_char, field
148 unsafe { CStr::from_ptr((*item).ifa_name) } in ifaces()