Searched refs:ra_routers (Results 1 - 3 of 3) sorted by relevance

/external/dhcpcd-6.8.2/
H A Dipv6nd.c327 TAILQ_FOREACH(rap, ifp->ctx->ipv6->ra_routers, next) {
388 TAILQ_FOREACH(rap, ctx->ipv6->ra_routers, next) {
419 TAILQ_FOREACH(rap, ctx->ipv6->ra_routers, next) {
441 TAILQ_REMOVE(rap->iface->ctx->ipv6->ra_routers, rap, next);
464 TAILQ_FOREACH_SAFE(rap, ifp->ctx->ipv6->ra_routers, next, ran) {
514 TAILQ_FOREACH(rap, ctx->ra_routers, next) {
523 TAILQ_INSERT_TAIL(ctx->ra_routers, router, next);
600 TAILQ_FOREACH(rap, ifp->ctx->ipv6->ra_routers, next) {
683 TAILQ_FOREACH(rap, ifp->ctx->ipv6->ra_routers, next) {
795 TAILQ_FOREACH(rap, ctx->ra_routers, nex
[all...]
H A Dipv6.h207 struct ra_head *ra_routers; member in struct:ipv6_ctx
H A Dipv6.c145 ctx->ra_routers = malloc(sizeof(*ctx->ra_routers));
146 if (ctx->ra_routers == NULL) {
151 TAILQ_INIT(ctx->ra_routers);
1295 free(ctx->ipv6->ra_routers);
1978 TAILQ_FOREACH(rap, ctx->ra_routers, next) {

Completed in 40 milliseconds