Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/net/
H A Dif.c1284 struct ifaddr *__single ifa_maybe = NULL; in ifa_ifwithnet_common() local
1376 if (ifa_maybe == NULL || in ifa_ifwithnet_common()
1378 (caddr_t)ifa_maybe->ifa_netmask)) { in ifa_ifwithnet_common()
1381 if (ifa_maybe != NULL) { in ifa_ifwithnet_common()
1382 ifa_remref(ifa_maybe); in ifa_ifwithnet_common()
1384 ifa_maybe = ifa; in ifa_ifwithnet_common()
1399 ifa = ifa_maybe; in ifa_ifwithnet_common()
1400 } else if (ifa_maybe != NULL) { in ifa_ifwithnet_common()
1401 ifa_remref(ifa_maybe); in ifa_ifwithnet_common()
1437 struct ifaddr *__single ifa_maybe = NULL; in ifaof_ifpforaddr() local
[all …]