Home
last modified time | relevance | path

Searched refs:control_fds (Results 1 – 4 of 4) sorted by relevance

/external/dhcpcd-6.8.2/
Dcontrol.c61 TAILQ_FOREACH(fp, &ctx->control_fds, next) { in control_queue_purge()
94 TAILQ_REMOVE(&fd->ctx->control_fds, fd, next); in control_delete()
182 TAILQ_INSERT_TAIL(&ctx->control_fds, l, next); in control_handle1()
261 listen(fd, sizeof(ctx->control_fds)) == -1) in control_start1()
321 while ((l = TAILQ_FIRST(&ctx->control_fds))) { in control_stop()
322 TAILQ_REMOVE(&ctx->control_fds, l, next); in control_stop()
Ddhcpcd.h114 struct fd_list_head control_fds; member
Dscript.c705 TAILQ_FOREACH(fd, &ifp->ctx->control_fds, next) { in script_runreason()
Ddhcpcd.c1480 TAILQ_INIT(&ctx.control_fds); in main()