Home
last modified time | relevance | path

Searched refs:control_unpriv_fd (Results 1 – 3 of 3) sorted by relevance

/external/dhcpcd-6.8.2/
Dcontrol.c202 control_handle1(ctx, ctx->control_unpriv_fd, FD_UNPRIV); in control_handle_unpriv()
288 ctx->control_unpriv_fd = fd; in control_start()
312 if (ctx->control_unpriv_fd != -1) { in control_stop()
313 eloop_event_delete(ctx->eloop, ctx->control_unpriv_fd, 0); in control_stop()
314 close(ctx->control_unpriv_fd); in control_stop()
315 ctx->control_unpriv_fd = -1; in control_stop()
Ddhcpcd.h113 int control_unpriv_fd; member
Ddhcpcd.c1479 ctx.pid_fd = ctx.control_fd = ctx.control_unpriv_fd = ctx.link_fd = -1; in main()