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

/freebsd-11-stable/sys/netinet6/
H A Dnd6_rtr.c1003 LIST_FOREACH(search, &pr->ndpr_advrtrs, pfr_entry) {
1033 LIST_INSERT_HEAD(&pr->ndpr_advrtrs, new, pfr_entry);
1100 KASSERT(LIST_EMPTY(&pr->ndpr_advrtrs),
1131 LIST_INIT(&new->ndpr_advrtrs);
1213 LIST_FOREACH_SAFE(pfr, &pr->ndpr_advrtrs, pfr_entry, next)
1565 LIST_FOREACH(pfxrtr, &pr->ndpr_advrtrs, pfr_entry) {
H A Dnd6.h276 LIST_HEAD(pr_rtrhead, nd_pfxrouter) ndpr_advrtrs; member in struct:nd_prefix
H A Dnd6.c2748 LIST_FOREACH(pfr, &pr->ndpr_advrtrs, pfr_entry)
2753 LIST_FOREACH(pfr, &pr->ndpr_advrtrs, pfr_entry) {
/freebsd-11-stable/sys/netinet/
H A Dsctp_output.c13880 LIST_FOREACH(pfxrtr, &pfx->ndpr_advrtrs, pfr_entry) {

Completed in 188 milliseconds