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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_rtr.c3755 int updateflags; local
3864 updateflags = 0;
3866 updateflags |= IN6_IFAUPDATE_DADDELAY;
3867 error = in6_update_ifa(ifp, &ifra, NULL, updateflags, M_WAITOK);
3908 int updateflags; local
3992 updateflags = 0;
3995 updateflags |= IN6_IFAUPDATE_DADDELAY;
3997 if ((error = in6_update_ifa(ifp, &ifra, NULL, updateflags, how)) != 0)

Completed in 36 milliseconds