Home
last modified time | relevance | path

Searched refs:nd6_prelist_add (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.61.5/bsd/netinet6/
H A Dnd6.h936 extern int nd6_prelist_add(struct nd_prefix *, struct nd_defrouter *,
H A Din6_ifattach.c534 if ((error = nd6_prelist_add(&pr0, NULL, &pr, TRUE)) != 0) { in in6_ifattach_linklocal()
H A Dnd6_rtr.c2270 nd6_prelist_add(struct nd_prefix *pr, struct nd_defrouter *dr, in nd6_prelist_add() function
2607 error = nd6_prelist_add(new, dr, &pr, FALSE); in prelist_update()
H A Din6.c1804 error = nd6_prelist_add(&pr0, NULL, &pr, FALSE); in in6ctl_aifaddr()