Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif.c1135 struct ifaddr *ifa_maybe = NULL; in ifa_ifwithnet_common() local
1223 if (ifa_maybe == NULL || in ifa_ifwithnet_common()
1225 (caddr_t)ifa_maybe->ifa_netmask)) { in ifa_ifwithnet_common()
1228 if (ifa_maybe != NULL) { in ifa_ifwithnet_common()
1229 IFA_REMREF(ifa_maybe); in ifa_ifwithnet_common()
1231 ifa_maybe = ifa; in ifa_ifwithnet_common()
1246 ifa = ifa_maybe; in ifa_ifwithnet_common()
1247 } else if (ifa_maybe != NULL) { in ifa_ifwithnet_common()
1248 IFA_REMREF(ifa_maybe); in ifa_ifwithnet_common()
1284 struct ifaddr *ifa_maybe = NULL; in ifaof_ifpforaddr() local
[all …]