in6if_do_dad
if (newifaddr && in6if_do_dad(ifp))
if (in6if_do_dad(ifp) && ((ifp->if_flags & IFF_POINTOPOINT) == 0))
int in6if_do_dad(struct ifnet *);