Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/net/
H A Dif.c1149 struct ifaddr *ifa_maybe = NULL; in ifa_ifwithnet_common() local
1237 if (ifa_maybe == NULL || in ifa_ifwithnet_common()
1239 (caddr_t)ifa_maybe->ifa_netmask)) { in ifa_ifwithnet_common()
1242 if (ifa_maybe != NULL) { in ifa_ifwithnet_common()
1243 IFA_REMREF(ifa_maybe); in ifa_ifwithnet_common()
1245 ifa_maybe = ifa; in ifa_ifwithnet_common()
1260 ifa = ifa_maybe; in ifa_ifwithnet_common()
1261 } else if (ifa_maybe != NULL) { in ifa_ifwithnet_common()
1262 IFA_REMREF(ifa_maybe); in ifa_ifwithnet_common()
1298 struct ifaddr *ifa_maybe = NULL; in ifaof_ifpforaddr() local
[all …]