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

/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Dnd6.h857 extern int nd6_prefix_onlink(struct nd_prefix *);
H A Dnd6_rtr.c2331 if ((e = nd6_prefix_onlink(pr)) != 0) {
3124 * interfaces. Such cases will be handled in nd6_prefix_onlink,
3157 if ((e = nd6_prefix_onlink(pr)) != 0) {
3488 "nd6_prefix_onlink: failed to find any ifaddr"
3545 nd6log((LOG_ERR, "nd6_prefix_onlink: failed to add route for a"
3619 nd6_prefix_onlink(struct nd_prefix *pr) function
3688 * nd6_prefix_onlink). If there's one, try to make the prefix
3725 if ((e = nd6_prefix_onlink(opr)) != 0) {

Completed in 127 milliseconds