Home
last modified time | relevance | path

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

/dflybsd-src/contrib/dhcpcd/src/
H A Dcontrol.c356 control_handle1(ctx, ctx->control_unpriv_fd, FD_UNPRIV, events); in control_handle_unpriv()
470 ctx->control_unpriv_fd = fd; in control_start()
527 if (ctx->control_unpriv_fd != -1) { in control_stop()
528 eloop_event_delete(ctx->eloop, ctx->control_unpriv_fd); in control_stop()
529 close(ctx->control_unpriv_fd); in control_stop()
530 ctx->control_unpriv_fd = -1; in control_stop()
H A Ddhcpcd.h176 int control_unpriv_fd; member
H A Ddhcpcd.c1989 ctx.control_fd = ctx.control_unpriv_fd = ctx.link_fd = -1; in main()