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

  /external/dhcpcd-6.8.2/dbus/
rpc-dbus.c 54 static struct dhcpcd_ctx *dhcpcd_ctx; variable in typeref:struct:dhcpcd_ctx
330 logger(dhcpcd_ctx, LOG_ERR,
332 eloop_exit(dhcpcd_ctx->eloop, EXIT_FAILURE);
339 logger(dhcpcd_ctx, LOG_ERR,
341 eloop_exit(dhcpcd_ctx->eloop, EXIT_FAILURE);
406 logger(dhcpcd_ctx, LOG_ERR,
408 eloop_exit(dhcpcd_ctx->eloop, EXIT_FAILURE);
415 logger(dhcpcd_ctx, LOG_ERR,
417 eloop_exit(dhcpcd_ctx->eloop, EXIT_FAILURE)
    [all...]
  /external/dhcpcd-6.8.2/
dhcpcd.h 61 struct dhcpcd_ctx *ctx;
85 struct dhcpcd_ctx { struct
165 int dhcpcd_oneup(struct dhcpcd_ctx *);
166 int dhcpcd_ipwaited(struct dhcpcd_ctx *);
167 pid_t dhcpcd_daemonise(struct dhcpcd_ctx *);
169 int dhcpcd_handleargs(struct dhcpcd_ctx *, struct fd_list *, int, char **);
170 void dhcpcd_handlecarrier(struct dhcpcd_ctx *, int, unsigned int, const char *);
172 void dhcpcd_handlehwaddr(struct dhcpcd_ctx *, const char *,
180 void dhcpcd_start_interface(struct dhcpcd_ctx *, const char *);
181 void dhcpcd_stop_interface(struct dhcpcd_ctx *, const char *)
    [all...]
dhcpcd.c 88 static struct dhcpcd_ctx *dhcpcd_ctx; variable in typeref:struct:dhcpcd_ctx
143 free_globals(struct dhcpcd_ctx *ctx)
199 struct dhcpcd_ctx *ctx;
212 dhcpcd_oneup(struct dhcpcd_ctx *ctx)
226 dhcpcd_ipwaited(struct dhcpcd_ctx *ctx)
247 dhcpcd_daemonise(struct dhcpcd_ctx *ctx)
336 struct dhcpcd_ctx *ctx;
606 dhcpcd_handlecarrier(struct dhcpcd_ctx *ctx, int carrier, unsigned int flags,
879 struct dhcpcd_ctx *ctx
    [all...]

Completed in 649 milliseconds