Searched refs:control_fds (Results 1 – 4 of 4) sorted by relevance
/external/dhcpcd-6.8.2/ |
D | control.c | 61 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()
|
D | dhcpcd.h | 114 struct fd_list_head control_fds; member
|
D | script.c | 705 TAILQ_FOREACH(fd, &ifp->ctx->control_fds, next) { in script_runreason()
|
D | dhcpcd.c | 1480 TAILQ_INIT(&ctx.control_fds); in main()
|