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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6.h843 extern struct nd_prefix *nd6_prefix_lookup(struct nd_prefix *);
H A Din6_ifattach.c584 * Since there is no other link-local addresses, nd6_prefix_lookup()
590 if ((pr = nd6_prefix_lookup(&pr0)) == NULL) {
H A Din6.c1176 if ((pr = nd6_prefix_lookup(&pr0)) == NULL) {
1291 if ((pr = nd6_prefix_lookup(&pr0)) != NULL) {
H A Dnd6_rtr.c1966 nd6_prefix_lookup(struct nd_prefix *pr) function
2283 if ((pr = nd6_prefix_lookup(new)) != NULL) {
2285 * nd6_prefix_lookup() ensures that pr and new have the same

Completed in 43 milliseconds