Searched refs:ra_routers (Results 1 – 3 of 3) sorted by relevance
/external/dhcpcd-6.8.2/ |
D | ipv6nd.c | 327 TAILQ_FOREACH(rap, ifp->ctx->ipv6->ra_routers, next) { in ipv6nd_expire() 388 TAILQ_FOREACH(rap, ctx->ipv6->ra_routers, next) { in ipv6nd_neighbour() 419 TAILQ_FOREACH(rap, ctx->ipv6->ra_routers, next) { in ipv6nd_findaddr() 441 TAILQ_REMOVE(rap->iface->ctx->ipv6->ra_routers, rap, next); in ipv6nd_freedrop_ra() 464 TAILQ_FOREACH_SAFE(rap, ifp->ctx->ipv6->ra_routers, next, ran) { in ipv6nd_free() 514 TAILQ_FOREACH(rap, ctx->ra_routers, next) { in add_router() 523 TAILQ_INSERT_TAIL(ctx->ra_routers, router, next); in add_router() 600 TAILQ_FOREACH(rap, ifp->ctx->ipv6->ra_routers, next) { in ipv6nd_dadcompleted() 683 TAILQ_FOREACH(rap, ifp->ctx->ipv6->ra_routers, next) { in ipv6nd_dadcallback() 795 TAILQ_FOREACH(rap, ctx->ra_routers, next) { in ipv6nd_handlera() [all …]
|
D | ipv6.h | 207 struct ra_head *ra_routers; member
|
D | ipv6.c | 145 ctx->ra_routers = malloc(sizeof(*ctx->ra_routers)); in ipv6_init() 146 if (ctx->ra_routers == NULL) { in ipv6_init() 151 TAILQ_INIT(ctx->ra_routers); in ipv6_init() 1295 free(ctx->ipv6->ra_routers); in ipv6_ctxfree() 1978 TAILQ_FOREACH(rap, ctx->ra_routers, next) { in ipv6_build_ra_routes()
|