Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dif.c1237 struct ifaddr *ifa_maybe = NULL; in ifa_ifwithnet_common() local
1325 if (ifa_maybe == NULL || in ifa_ifwithnet_common()
1327 (caddr_t)ifa_maybe->ifa_netmask)) { in ifa_ifwithnet_common()
1330 if (ifa_maybe != NULL) { in ifa_ifwithnet_common()
1331 ifa_remref(ifa_maybe); in ifa_ifwithnet_common()
1333 ifa_maybe = ifa; in ifa_ifwithnet_common()
1348 ifa = ifa_maybe; in ifa_ifwithnet_common()
1349 } else if (ifa_maybe != NULL) { in ifa_ifwithnet_common()
1350 ifa_remref(ifa_maybe); in ifa_ifwithnet_common()
1386 struct ifaddr *ifa_maybe = NULL; in ifaof_ifpforaddr() local
[all …]