Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dif.c1291 struct ifaddr *__single ifa_maybe = NULL; in ifa_ifwithnet_common() local
1383 if (ifa_maybe == NULL || in ifa_ifwithnet_common()
1385 (caddr_t)ifa_maybe->ifa_netmask)) { in ifa_ifwithnet_common()
1388 if (ifa_maybe != NULL) { in ifa_ifwithnet_common()
1389 ifa_remref(ifa_maybe); in ifa_ifwithnet_common()
1391 ifa_maybe = ifa; in ifa_ifwithnet_common()
1406 ifa = ifa_maybe; in ifa_ifwithnet_common()
1407 } else if (ifa_maybe != NULL) { in ifa_ifwithnet_common()
1408 ifa_remref(ifa_maybe); in ifa_ifwithnet_common()
1444 struct ifaddr *__single ifa_maybe = NULL; in ifaof_ifpforaddr() local
[all …]