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

/freebsd-10.1-release/sys/netinet6/
H A Dnd6_rtr.c814 LIST_FOREACH(search, &pr->ndpr_advrtrs, pfr_entry) {
833 LIST_INSERT_HEAD(&pr->ndpr_advrtrs, new, pfr_entry);
841 LIST_REMOVE(pfr, pfr_entry);
952 LIST_FOREACH_SAFE(pfr, &pr->ndpr_advrtrs, pfr_entry, next) {
1311 LIST_FOREACH(pfxrtr, &pr->ndpr_advrtrs, pfr_entry) {
H A Dnd6.h314 LIST_ENTRY(nd_pfxrouter) pfr_entry; member in struct:nd_pfxrouter
H A Dnd6.c1301 LIST_FOREACH(pfr, &pr->ndpr_advrtrs, pfr_entry) {
2362 LIST_FOREACH(pfr, &pr->ndpr_advrtrs, pfr_entry)
2367 LIST_FOREACH(pfr, &pr->ndpr_advrtrs, pfr_entry) {
/freebsd-10.1-release/sys/netinet/
H A Dsctp_output.c13530 LIST_FOREACH(pfxrtr, &pfx->ndpr_advrtrs, pfr_entry) {

Completed in 71 milliseconds