Lines Matching defs:router

1164  * Remove prefix and default router list entries corresponding to ifp. Neighbor
1175 /* Purge default router list entries toward ifp. */
1200 /* Refresh default router list. */
1322 * If the default router list is empty, all addresses are regarded
1472 * router, do not delete it. Instead, reset the GC
1473 * timer using the router's lifetime.
1475 * router selection, which is not necessarily a good
1476 * thing, especially when we're using router preference
1496 * Unreachability of a router might affect the default
1497 * router selection and on-link detection of advertised
1503 * router and to perform on-link determination of
1532 * before the default router selection, we perform
1538 * Refresh default router list.
1608 * Updates status of the default router route.
1669 * intended for a use on router to reflect RA configurations.
1788 /* sync kernel routing table with the default router list */
1916 * If the icmp is a redirect to a better router, always set the
1935 * Mark an entry with lladdr as a router.
1965 uint16_t router = 0;
2086 /* Calculates new router status */
2087 router = nd6_is_router(type, code, is_newentry, olladdr,
2090 ln->ln_router = router;
2091 /* Mark non-router redirects with special flag */
2106 * When the link-layer address of a router changes, select the
2107 * best router again. In particular, when the neighbor entry is newly
2111 * XXX: when we hear an RA from a new router with the link-layer
2120 if ((do_update || is_newentry) && router &&
2147 * Since reachable time rarely changes by router
2716 s6.sin6_addr = pfr->router->rtaddr;
2720 ip6_sprintf(ip6buf, &pfr->router->rtaddr));