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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6.h412 int nd6_prelist_add(struct nd_prefix *, struct nd_defrouter *,
H A Dnd6_rtr.c959 nd6_prelist_add( function
1003 nd6log((LOG_ERR, "nd6_prelist_add: failed to make "
1162 error = nd6_prelist_add(new, dr, &newpr);
1165 "nd6_prelist_add failed for %s/%d on %s "
H A Din6_ifattach.c586 /* apply the mask for safety. (nd6_prelist_add will apply it again) */
607 if ((error = nd6_prelist_add(&pr0, NULL, &pr)) != 0)
H A Din6.c857 * nd6_prelist_add will install the corresponding
860 if ((error = nd6_prelist_add(&pr0, NULL, &pr)) != 0)
863 log(LOG_ERR, "nd6_prelist_add succedded but "

Completed in 33 milliseconds