Searched refs:nd6_prefix_lookup (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6.h419 struct nd_prefix *nd6_prefix_lookup(struct nd_prefix *);
H A Din6.c855 if ((pr = nd6_prefix_lookup(&pr0)) == NULL) {
948 if ((pr = nd6_prefix_lookup(&pr0)) != NULL &&
H A Dnd6_rtr.c869 nd6_prefix_lookup( function
1109 if ((pr = nd6_prefix_lookup(new)) != NULL) {
1111 * nd6_prefix_lookup() ensures that pr and new have the same
H A Din6_ifattach.c600 * Since there is no other link-local addresses, nd6_prefix_lookup()
606 if ((pr = nd6_prefix_lookup(&pr0)) == NULL) {

Completed in 90 milliseconds