Home
last modified time | relevance | path

Searched refs:pfxrtr (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet6/
H A Dnd6_rtr.c743 struct nd_pfxrouter *pfxrtr; in defrouter_del() local
768 if ((pfxrtr = pfxrtr_lookup(pr, dr)) != NULL) in defrouter_del()
769 pfxrtr_del(pfxrtr); in defrouter_del()
1799 struct nd_pfxrouter *pfxrtr; in find_pfxlist_reachable_router() local
1804 LIST_FOREACH(pfxrtr, &pr->ndpr_advrtrs, pfr_entry) { in find_pfxlist_reachable_router()
1805 if (is_dr_reachable(pfxrtr->router)) in find_pfxlist_reachable_router()
1809 return (pfxrtr); in find_pfxlist_reachable_router()
1831 struct nd_pfxrouter *pfxrtr = NULL; in pfxlist_onlink_check() local
1857 if ((pfxrtr = pfxrtr_lookup(pr0, dr)) != NULL) in pfxlist_onlink_check()
1860 if (pfxrtr != NULL) in pfxlist_onlink_check()
[all …]
/freebsd/sys/netinet/
H A Dsctp_output.c13849 struct nd_pfxrouter *pfxrtr = NULL; in sctp_v6src_match_nexthop() local
13876 LIST_FOREACH(pfxrtr, &pfx->ndpr_advrtrs, pfr_entry) { in sctp_v6src_match_nexthop()
13880 memcpy(&gw6.sin6_addr, &pfxrtr->router->rtaddr, in sctp_v6src_match_nexthop()