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

  /external/dhcpcd-6.8.2/
control.c 202 control_handle1(ctx, ctx->control_unpriv_fd, FD_UNPRIV);
288 ctx->control_unpriv_fd = fd;
312 if (ctx->control_unpriv_fd != -1) {
313 eloop_event_delete(ctx->eloop, ctx->control_unpriv_fd, 0);
314 close(ctx->control_unpriv_fd);
315 ctx->control_unpriv_fd = -1;
dhcpcd.h 113 int control_unpriv_fd; member in struct:dhcpcd_ctx
dhcpcd.c     [all...]

Completed in 438 milliseconds