Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/net/
H A Dif.c1124 struct ifaddr *ifa_maybe = NULL; in ifa_ifwithnet_common() local
1212 if (ifa_maybe == NULL || in ifa_ifwithnet_common()
1214 (caddr_t)ifa_maybe->ifa_netmask)) { in ifa_ifwithnet_common()
1217 if (ifa_maybe != NULL) { in ifa_ifwithnet_common()
1218 IFA_REMREF(ifa_maybe); in ifa_ifwithnet_common()
1220 ifa_maybe = ifa; in ifa_ifwithnet_common()
1235 ifa = ifa_maybe; in ifa_ifwithnet_common()
1236 } else if (ifa_maybe != NULL) { in ifa_ifwithnet_common()
1237 IFA_REMREF(ifa_maybe); in ifa_ifwithnet_common()
1273 struct ifaddr *ifa_maybe = NULL; in ifaof_ifpforaddr() local
[all …]