Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/ !
H A Dif.c1132 struct ifaddr *ifa_maybe = NULL; in ifa_ifwithnet_common() local
1220 if (ifa_maybe == NULL || in ifa_ifwithnet_common()
1222 (caddr_t)ifa_maybe->ifa_netmask)) { in ifa_ifwithnet_common()
1225 if (ifa_maybe != NULL) { in ifa_ifwithnet_common()
1226 IFA_REMREF(ifa_maybe); in ifa_ifwithnet_common()
1228 ifa_maybe = ifa; in ifa_ifwithnet_common()
1243 ifa = ifa_maybe; in ifa_ifwithnet_common()
1244 } else if (ifa_maybe != NULL) { in ifa_ifwithnet_common()
1245 IFA_REMREF(ifa_maybe); in ifa_ifwithnet_common()
1281 struct ifaddr *ifa_maybe = NULL; in ifaof_ifpforaddr() local
[all …]