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

  /external/dhcpcd-6.8.2/
control.c 61 TAILQ_FOREACH(fp, &ctx->control_fds, next) {
94 TAILQ_REMOVE(&fd->ctx->control_fds, fd, next);
182 TAILQ_INSERT_TAIL(&ctx->control_fds, l, next);
261 listen(fd, sizeof(ctx->control_fds)) == -1)
321 while ((l = TAILQ_FIRST(&ctx->control_fds))) {
322 TAILQ_REMOVE(&ctx->control_fds, l, next);
dhcpcd.h 114 struct fd_list_head control_fds; member in struct:dhcpcd_ctx
script.c 705 TAILQ_FOREACH(fd, &ifp->ctx->control_fds, next) {
dhcpcd.c     [all...]

Completed in 97 milliseconds