if_do_dad
int if_do_dad(struct ifnet *);
} else if (hostIsNew && if_do_dad(ifp) && ip_dad_enabled())
if_do_dad(ifp))
if (if_do_dad(ifp) && ia->ia_dad_start != NULL)
} else if ((hostIsNew || was_tentative) && if_do_dad(ifp) &&
if (hostIsNew && if_do_dad(ifp) &&
if (ip6_dad_enabled() && if_do_dad(ifp)) {