npr 588 netinet6/nd6.c struct nd_prefix *pr, *npr; npr 614 netinet6/nd6.c for (pr = LIST_FIRST(&nd_prefix); pr != NULL; pr = npr) { npr 615 netinet6/nd6.c npr = LIST_NEXT(pr, ndpr_entry);