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

1 2 3 4 5 6

  /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) {
  /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) {
dhcp6.c 435 TAILQ_FOREACH(ifi, ifp->ctx->ifaces, next) {
500 TAILQ_FOREACH(ia, &state->addrs, next) {
642 TAILQ_FOREACH(ap, &state->addrs, next) {
795 TAILQ_FOREACH(ap, &state->addrs, next) {
982 TAILQ_FOREACH(ifp0, ifp->ctx->ifaces, next) {
1263 TAILQ_FOREACH(ap, &state->addrs, next) {
1296 TAILQ_FOREACH(ap2, &state->addrs, next) {
    [all...]
dhcpcd.c 216 TAILQ_FOREACH(ifp, ctx->ifaces, next) {
705 TAILQ_FOREACH(ifn, ifp->ctx->ifaces, next) {
1072 TAILQ_FOREACH(ifp, ctx->ifaces, next) {
1215 TAILQ_FOREACH(ifp, ctx->ifaces, next) {
    [all...]
if.c 315 TAILQ_FOREACH(ifp, ifs, next) {
597 TAILQ_FOREACH(ifp, ifaces, next) {
711 TAILQ_FOREACH(ift, &sorted, next) {
script.c 318 TAILQ_FOREACH(ifp2, ifp->ctx->ifaces, next) {
327 TAILQ_FOREACH(ifp2, ifp->ctx->ifaces, next) {
705 TAILQ_FOREACH(fd, &ifp->ctx->control_fds, next) {
arp.c 171 TAILQ_FOREACH(ifn, ifp->ctx->ifaces, next) {
315 TAILQ_FOREACH(astate, &state->arp_states, next) {
ipv4ll.c 91 TAILQ_FOREACH(ifp, astate->iface->ctx->ifaces, next) {
auth.c 274 TAILQ_FOREACH(t, &auth->tokens, next) {
486 TAILQ_FOREACH(t, &auth->tokens, next) {
  /external/libevent/
event-internal.h 324 #ifndef TAILQ_FOREACH
325 #define TAILQ_FOREACH(var, head, field) \
evmap.c 402 TAILQ_FOREACH(ev, &ctx->events, ev_io_next) {
475 TAILQ_FOREACH(ev, &ctx->events, ev_signal_next)
744 TAILQ_FOREACH(ev, &base->eventqueue, ev_next) {
762 TAILQ_FOREACH(ev, &ctx->events, ev_io_next) {
775 TAILQ_FOREACH(ev, &ctx->events, ev_signal_next) {
783 TAILQ_FOREACH(ev, &base->eventqueue, ev_next) {
evrpc.c 152 TAILQ_FOREACH(hook, head, next) {
191 TAILQ_FOREACH(hook, head, next) {
256 TAILQ_FOREACH(rpc, &base->registered_rpcs, next) {
625 TAILQ_FOREACH(evcon, &pool->connections, next) {
643 TAILQ_FOREACH(connection, &pool->connections, next) {
787 TAILQ_FOREACH(pause, head, next) {
1063 TAILQ_FOREACH(meta, &req->hook_meta->meta_data, next) {
http.c 608 TAILQ_FOREACH(header, req->output_headers, next) {
    [all...]
event.c 466 TAILQ_FOREACH(entry, &cfg->entries, next) {
865 TAILQ_FOREACH(ev, &base->eventqueue, ev_next) {
    [all...]
  /external/dhcpcd-6.8.2/compat/
queue.h 76 #ifndef TAILQ_FOREACH
77 #define TAILQ_FOREACH(var, head, field) \
86 #endif /* !TAILQ_FOREACH */
  /external/openssh/
ssh_api.c 444 TAILQ_FOREACH(k, &ssh->public_keys, next) {
459 TAILQ_FOREACH(k, &ssh->private_keys, next) {
474 TAILQ_FOREACH(k, &ssh->public_keys, next) {
509 TAILQ_FOREACH(k, &ssh->public_keys, next) {
ssh-pkcs11-helper.c 95 TAILQ_FOREACH(ki, &pkcs11_keylist, next) {
sshconnect2.c 1117 TAILQ_FOREACH(private_id, &authctxt->keys, next) {
1134 TAILQ_FOREACH(private_id, &authctxt->keys, next) {
    [all...]

Completed in 788 milliseconds

1 2 3 4 5 6