Home
last modified time | relevance | path

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

/webrtc/util/src/ifaces/ffi/android/
H A Difaddrs.c446 struct ifaddrs *l_interface = findInterface(l_info->ifa_index, p_resultList, p_numLinks); in interpretAddr() local
497 l_entry->ifa_name = (l_interface ? l_interface->ifa_name : ""); in interpretAddr()
503 if(l_interface) in interpretAddr()
505 l_entry->ifa_flags |= l_interface->ifa_flags; in interpretAddr()