Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/net/
H A Dif.c1141 struct ifaddr *ifa_maybe = NULL; in ifa_ifwithnet_common() local
1229 if (ifa_maybe == NULL || in ifa_ifwithnet_common()
1231 (caddr_t)ifa_maybe->ifa_netmask)) { in ifa_ifwithnet_common()
1234 if (ifa_maybe != NULL) { in ifa_ifwithnet_common()
1235 IFA_REMREF(ifa_maybe); in ifa_ifwithnet_common()
1237 ifa_maybe = ifa; in ifa_ifwithnet_common()
1252 ifa = ifa_maybe; in ifa_ifwithnet_common()
1253 } else if (ifa_maybe != NULL) { in ifa_ifwithnet_common()
1254 IFA_REMREF(ifa_maybe); in ifa_ifwithnet_common()
1290 struct ifaddr *ifa_maybe = NULL; in ifaof_ifpforaddr() local
[all …]