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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6.h838 extern int nd6_prefix_onlink(struct nd_prefix *);
H A Dnd6_rtr.c2312 if ((e = nd6_prefix_onlink(pr)) != 0) {
3088 * interfaces. Such cases will be handled in nd6_prefix_onlink,
3121 if ((e = nd6_prefix_onlink(pr)) != 0) {
3391 "nd6_prefix_onlink: %s/%d on %s scoped=%d is already "
3453 "nd6_prefix_onlink: failed to find any ifaddr"
3510 nd6log((LOG_ERR, "nd6_prefix_onlink: failed to add route for a"
3584 nd6_prefix_onlink(struct nd_prefix *pr) function
3653 * nd6_prefix_onlink). If there's one, try to make the prefix
3690 if ((e = nd6_prefix_onlink(opr)) != 0) {

Completed in 37 milliseconds