HomeSort by: relevance | last modified time | path
    Searched refs:ra_routers (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/dhcpcd/dist/src/
ipv6nd.c 447 if (ifp->ctx->ra_routers == NULL)
450 TAILQ_FOREACH(rap, ifp->ctx->ra_routers, next) {
470 if (ifp->ctx->ra_routers == NULL)
473 TAILQ_FOREACH(rap, ifp->ctx->ra_routers, next) {
511 while ((ra1 = TAILQ_FIRST(ctx->ra_routers)) != NULL) {
512 TAILQ_REMOVE(ctx->ra_routers, ra1, next);
538 TAILQ_CONCAT(ctx->ra_routers, &sorted_routers, next);
553 TAILQ_FOREACH(rap, ifp->ctx->ra_routers, next) {
585 if (ctx->ra_routers == NULL)
588 TAILQ_FOREACH(rap, ctx->ra_routers, next)
    [all...]
dhcpcd.h 230 struct ra_head *ra_routers; member in struct:dhcpcd_ctx
ipv6.c 131 if (ctx->ra_routers != NULL)
134 ctx->ra_routers = malloc(sizeof(*ctx->ra_routers));
135 if (ctx->ra_routers == NULL)
137 TAILQ_INIT(ctx->ra_routers);
1825 if (ifp->ctx->ra_routers != NULL)
1839 free(ctx->ra_routers);
2289 if (ctx->ra_routers == NULL)
2292 TAILQ_FOREACH(rap, ctx->ra_routers, next) {

Completed in 27 milliseconds