HomeSort by relevance Sort by last modified time
    Searched refs:ra_routers (Results 1 - 3 of 3) sorted by null

  /external/dhcpcd-6.8.2/
ipv6nd.c 327 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, next)
    [all...]
ipv6.h 207 struct ra_head *ra_routers; member in struct:ipv6_ctx
ipv6.c 145 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);
    [all...]

Completed in 98 milliseconds