• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/netinet6/

Lines Matching defs:router

1152  * Remove prefix and default router list entries corresponding to ifp. Neighbor
1163 /* Purge default router list entries toward ifp. */
1188 /* Refresh default router list. */
1357 * If the default router list is empty, all addresses are regarded
1440 * router, do not delete it. Instead, reset the GC
1441 * timer using the router's lifetime.
1443 * router selection, which is not necessarily a good
1444 * thing, especially when we're using router preference
1464 * Unreachablity of a router might affect the default
1465 * router selection and on-link detection of advertised
1471 * router and to perform on-link determination of
1500 * before the default router selection, we perform
1506 * Refresh default router list.
1577 * Updates status of the default router route.
1638 * intended for a use on router to reflect RA configurations.
1757 /* sync kernel routing table with the default router list */
1886 * If the icmp is a redirect to a better router, always set the
1905 * Mark an entry with lladdr as a router.
1935 uint16_t router = 0;
2060 /* Calculates new router status */
2061 router = nd6_is_router(type, code, is_newentry, olladdr,
2064 ln->ln_router = router;
2065 /* Mark non-router redirects with special flag */
2078 * When the link-layer address of a router changes, select the
2079 * best router again. In particular, when the neighbor entry is newly
2083 * XXX: when we hear an RA from a new router with the link-layer
2092 if ((do_update || is_newentry) && router &&
2119 * Since reachable time rarely changes by router
2641 s6.sin6_addr = pfr->router->rtaddr;
2645 ip6_sprintf(ip6buf, &pfr->router->rtaddr));