Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet6/
H A Dnd6.h970 extern int nd6_prefix_onlink(struct nd_prefix *);
H A Dnd6_rtr.c2612 if ((e = nd6_prefix_onlink(pr)) != 0) { in prelist_update()
3402 if ((error = nd6_prefix_onlink(pr)) != 0) { in pfxlist_onlink_check()
3918 nd6_prefix_onlink(struct nd_prefix *pr) in nd6_prefix_onlink() function