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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif.c722 struct ifaddr *ifa_maybe = (struct ifaddr *) 0; local
829 if (ifa_maybe == 0 ||
831 (caddr_t)ifa_maybe->ifa_netmask)) {
833 if (ifa_maybe)
834 ifafree(ifa_maybe);
835 ifa_maybe = ifa;
857 ifa = ifa_maybe;
858 else if (ifa_maybe) {
859 ifafree(ifa_maybe);
860 ifa_maybe
877 struct ifaddr *ifa_maybe = NULL; local
[all...]

Completed in 64 milliseconds