HomeSort by relevance Sort by last modified time
    Searched refs:TAILQ_FOREACH (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/ipsec-tools/src/racoon/
schedule.c 56 #ifndef TAILQ_FOREACH
57 #define TAILQ_FOREACH(elm, head, field) \
163 TAILQ_FOREACH(p, &sctree, chain) {
213 TAILQ_FOREACH(sc, &sctree, chain) {
241 TAILQ_FOREACH(p, &sctree, chain)
genlist.c 72 TAILQ_FOREACH(p, head, chain) {
nattraversal.c 375 TAILQ_FOREACH (ka, &ka_tree, chain) {
policy.c 387 TAILQ_FOREACH(p, &sptree, chain) {
  /external/dhcpcd-6.8.2/
ipv6nd.c 327 TAILQ_FOREACH(rap, ifp->ctx->ipv6->ra_routers, next) {
336 TAILQ_FOREACH(ap, &rap->addrs, next) {
343 TAILQ_FOREACH(rao, &rap->options, next) {
388 TAILQ_FOREACH(rap, ctx->ipv6->ra_routers, next) {
419 TAILQ_FOREACH(rap, ctx->ipv6->ra_routers, next) {
420 TAILQ_FOREACH(ap, &rap->addrs, next) {
474 TAILQ_FOREACH(ifp, ctx->ifaces, next) {
514 TAILQ_FOREACH(rap, ctx->ra_routers, next) {
535 TAILQ_FOREACH(ap, &rap->addrs, next) {
558 TAILQ_FOREACH(rao, &rap->options, next)
    [all...]
eloop.c 67 TAILQ_FOREACH(e, &ctx->events, next) {
104 TAILQ_FOREACH(e, &ctx->events, next) {
209 TAILQ_FOREACH(e, &ctx->events, next) {
274 TAILQ_FOREACH(t, &ctx->timeouts, next) {
301 TAILQ_FOREACH(tt, &ctx->timeouts, next) {
410 TAILQ_FOREACH(e, &ctx->events, next) {
423 TAILQ_FOREACH(e, &ctx->events, next) {
440 TAILQ_FOREACH(e, &ctx->events, next) {
638 TAILQ_FOREACH(e, &ctx->events, next) {
ipv4.c 122 TAILQ_FOREACH(ap, &state->addrs, next) {
139 TAILQ_FOREACH(ap, &state->addrs, next) {
153 TAILQ_FOREACH(ifp, ctx->ifaces, next) {
167 TAILQ_FOREACH(ifp, ctx->ifaces, next) {
255 TAILQ_FOREACH(rt, rts, next) {
303 TAILQ_FOREACH(r, ctx->ipv4_kroutes, next) {
509 TAILQ_FOREACH(rt, ifp->options->routes, next) {
536 TAILQ_FOREACH(r, rt, next) {
585 TAILQ_FOREACH(rtp, rt, next) {
589 TAILQ_FOREACH(rtn, rt, next)
    [all...]
ipv6.c 623 TAILQ_FOREACH(ap, &state->addrs, next) {
643 TAILQ_FOREACH(ifp, ap->iface->ctx->ifaces, next) {
649 TAILQ_FOREACH(nap, &state->addrs, next) {
939 TAILQ_FOREACH(ifp, ifs, next) {
952 TAILQ_FOREACH(ap, &state->addrs, next) {
1052 TAILQ_FOREACH(ap, &state->addrs, next) {
1075 TAILQ_FOREACH(cb, &state->ll_callbacks, next) {
1196 TAILQ_FOREACH(ap2, &state->addrs, next) {
1239 TAILQ_FOREACH(ap, &state->addrs, next) {
1356 TAILQ_FOREACH(ifp, ctx->ifaces, next)
    [all...]
configure 718 TAILQ_FOREACH=yes
739 TAILQ_FOREACH=yes
747 if [ -z "$TAILQ_FOREACH" ]; then
748 printf "Testing for TAILQ_FOREACH ... "
752 #ifndef TAILQ_FOREACH
753 #error TAILQ_FOREACH
759 TAILQ_FOREACH=yes
761 TAILQ_FOREACH=no
763 echo "$TAILQ_FOREACH"
773 if [ "$TAILQ_FOREACH" = yes ]; the
    [all...]
control.c 61 TAILQ_FOREACH(fp, &ctx->control_fds, next) {
62 TAILQ_FOREACH(fpd, &fp->queue, next) {
416 TAILQ_FOREACH(d, &fd->queue, next) {
duid.c 121 TAILQ_FOREACH(ifp2, ifp->ctx->ifaces, next) {