Home
last modified time | relevance | path

Searched refs:nd6_prefix_lookup (Results 1 – 5 of 5) sorted by relevance

/xnu-10002.1.13/bsd/netinet6/
H A Dnd6.h981 extern struct nd_prefix *nd6_prefix_lookup(struct nd_prefix *, int);
H A Din6_ifattach.c536 if ((pr = nd6_prefix_lookup(&pr0, ND6_PREFIX_EXPIRY_UNSPEC)) == NULL) { in in6_ifattach_linklocal()
H A Din6_src.c520 p_ia_best_prefix = nd6_prefix_lookup(&ia_best_prefix, ND6_PREFIX_EXPIRY_UNSPEC); in in6_selectsrc_core()
521 p_ia_prefix = nd6_prefix_lookup(&ia_prefix, ND6_PREFIX_EXPIRY_UNSPEC); in in6_selectsrc_core()
H A Din6.c837 pr = nd6_prefix_lookup(&pr0, ND6_PREFIX_EXPIRY_UNSPEC); in in6ctl_llstop()
1832 if ((pr = nd6_prefix_lookup(&pr0, ND6_PREFIX_EXPIRY_NEVER)) == NULL) { in in6ctl_aifaddr()
1943 if ((pr = nd6_prefix_lookup(&pr0, ND6_PREFIX_EXPIRY_UNSPEC)) != NULL) { in in6ctl_difaddr()
H A Dnd6_rtr.c2215 nd6_prefix_lookup(struct nd_prefix *pr, int nd6_prefix_expiry) in nd6_prefix_lookup() function
2514 if ((pr = nd6_prefix_lookup(new, ND6_PREFIX_EXPIRY_UNSPEC)) != NULL) { in prelist_update()