nd6_prefix_lookup
if ((pr = nd6_prefix_lookup(&pr0)) == NULL) {
if ((pr = nd6_prefix_lookup(&pr0)) != NULL &&
if (nd6_prefix_lookup(&pr0) == NULL) {
struct nd_prefix *nd6_prefix_lookup (struct nd_prefix *);
if ((pr = nd6_prefix_lookup(new)) != NULL) {