Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dnd6_rtr.c754 struct nd_pfxrouter *pfxrtr; in defrouter_del() local
779 if ((pfxrtr = pfxrtr_lookup(pr, dr)) != NULL) in defrouter_del()
780 pfxrtr_del(pfxrtr); in defrouter_del()
1809 struct nd_pfxrouter *pfxrtr; in find_pfxlist_reachable_router() local
1816 LIST_FOREACH(pfxrtr, &pr->ndpr_advrtrs, pfr_entry) { in find_pfxlist_reachable_router()
1817 ln = nd6_lookup(&pfxrtr->router->rtaddr, 0, pfxrtr->router->ifp); in find_pfxlist_reachable_router()
1826 return (pfxrtr); in find_pfxlist_reachable_router()
1848 struct nd_pfxrouter *pfxrtr = NULL; in pfxlist_onlink_check() local
1874 if ((pfxrtr = pfxrtr_lookup(pr0, dr)) != NULL) in pfxlist_onlink_check()
1877 if (pfxrtr != NULL) in pfxlist_onlink_check()
[all …]
/f-stack/freebsd/netinet/
H A Dsctp_output.c13763 struct nd_pfxrouter *pfxrtr = NULL; in sctp_v6src_match_nexthop() local
13790 LIST_FOREACH(pfxrtr, &pfx->ndpr_advrtrs, pfr_entry) { in sctp_v6src_match_nexthop()
13794 memcpy(&gw6.sin6_addr, &pfxrtr->router->rtaddr, in sctp_v6src_match_nexthop()