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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6.h836 extern int nd6_prelist_add(struct nd_prefix *, struct nd_defrouter *,
H A Din6_ifattach.c569 /* apply the mask for safety. (nd6_prelist_add will apply it again) */
591 if ((error = nd6_prelist_add(&pr0, NULL, &pr, TRUE)) != 0) {
H A Dnd6_rtr.c2056 nd6_prelist_add(struct nd_prefix *pr, struct nd_defrouter *dr, function
2145 nd6log((LOG_ERR, "nd6_prelist_add: failed to make "
2343 error = nd6_prelist_add(new, dr, &newpr, FALSE);
2346 "nd6_prelist_add failed for %s/%d on %s "
H A Din6.c1178 * nd6_prelist_add will install the corresponding
1181 if ((error = nd6_prelist_add(&pr0, NULL, &pr,
1185 log(LOG_ERR, "nd6_prelist_add succedded but "

Completed in 47 milliseconds