Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/netinet6/
H A Dnd6.h973 extern int nd6_prefix_onlink(struct nd_prefix *);
H A Dnd6_rtr.c2546 if ((e = nd6_prefix_onlink(pr)) != 0) { in prelist_update()
3335 if ((error = nd6_prefix_onlink(pr)) != 0) { in pfxlist_onlink_check()
3844 nd6_prefix_onlink(struct nd_prefix *pr) in nd6_prefix_onlink() function