Home | History | Annotate | Download | only in dhcpcd-6.8.2

Lines Matching refs:router

54 /* Debugging Router Solicitations is a lot of spam, so disable it */
264 "%s: delaying Router Solicitation for LL address",
299 "%s: sending Router Solicitation", ifp->name);
510 add_router(struct ipv6_ctx *ctx, struct ra *router)
515 if (router->iface->metric < rap->iface->metric ||
516 (router->iface->metric == rap->iface->metric &&
517 rtpref(router) > rtpref(rap)))
519 TAILQ_INSERT_BEFORE(rap, router, next);
523 TAILQ_INSERT_TAIL(ctx->ra_routers, router, next);
545 "%s: waiting for Router Advertisement"
702 "%s: Router Advertisement DAD completed",
817 logger(ifp->ctx, LOG_INFO, "%s: Router Advertisement from %s",
849 logger(ifp->ctx, LOG_WARNING, "%s: %s router available",
1446 "%s: %s: router expired",
1606 /* Node is no longer a router, so remove it from consideration */
1608 logger(ifp->ctx, LOG_INFO, "%s: %s not a router (%s)",
1718 logger(ifp->ctx, LOG_INFO, "%s: soliciting an IPv6 router", ifp->name);
1758 "%s: delaying IPv6 router solicitation for %0.1f seconds",