Searched refs:nd6_prefix_lookup (Results 1 – 4 of 4) sorted by relevance
532 if ((pr = nd6_prefix_lookup(&pr0, ND6_PREFIX_EXPIRY_UNSPEC)) == NULL) { in in6_ifattach_linklocal()
980 extern struct nd_prefix *nd6_prefix_lookup(struct nd_prefix *, int);
837 pr = nd6_prefix_lookup(&pr0, ND6_PREFIX_EXPIRY_UNSPEC); in in6ctl_llstop()1828 if ((pr = nd6_prefix_lookup(&pr0, ND6_PREFIX_EXPIRY_NEVER)) == NULL) { in in6ctl_aifaddr()1939 if ((pr = nd6_prefix_lookup(&pr0, ND6_PREFIX_EXPIRY_UNSPEC)) != NULL) { in in6ctl_difaddr()
2217 nd6_prefix_lookup(struct nd_prefix *pr, int nd6_prefix_expiry) in nd6_prefix_lookup() function2462 if ((pr = nd6_prefix_lookup(new, ND6_PREFIX_EXPIRY_UNSPEC)) != NULL) { in prelist_update()