Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dnd6.h415 struct nd_prefix *nd6_prefix_lookup(struct nd_prefixctl *);
H A Din6_ifattach.c520 if ((pr = nd6_prefix_lookup(&pr0)) == NULL) { in in6_ifattach_linklocal()
H A Dnd6_rtr.c1316 nd6_prefix_lookup(struct nd_prefixctl *key) in nd6_prefix_lookup() function
1491 if ((pr = nd6_prefix_lookup(new)) != NULL) { in prelist_update()
H A Din6.c1306 if ((pr = nd6_prefix_lookup(&pr0)) == NULL) { in in6_addifaddr()