Home
last modified time | relevance | path

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

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