Home
last modified time | relevance | path

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

/webrtc/util/src/ifaces/ffi/unix/
H A Dmod.rs77 pub ifa_next: *mut ifaddrs, field
154 item = (*item).ifa_next; in ifaces()
166 item = unsafe { (*item).ifa_next }; in ifaces()
199 item = unsafe { (*item).ifa_next }; in ifaces()
/webrtc/util/src/ifaces/ffi/android/
H A Difaddrs.h30 struct ifaddrs *ifa_next; member
H A Difaddrs.c315 while(l_cur->ifa_next) in addToEnd()
317 l_cur = l_cur->ifa_next; in addToEnd()
319 l_cur->ifa_next = p_entry; in addToEnd()
437 l_cur = l_cur->ifa_next; in findInterface()
709 ifa = ifa->ifa_next; in freeifaddrs()