Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dnd6.h938 extern int nd6_prefix_onlink(struct nd_prefix *);
H A Dnd6_rtr.c2575 if ((e = nd6_prefix_onlink(pr)) != 0) { in prelist_update()
3365 if ((error = nd6_prefix_onlink(pr)) != 0) { in pfxlist_onlink_check()
3872 nd6_prefix_onlink(struct nd_prefix *pr) in nd6_prefix_onlink() function