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

  /external/dhcpcd-6.8.2/
dhcpcd.h 167 pid_t dhcpcd_daemonise(struct dhcpcd_ctx *);
dhcpcd.c 208 dhcpcd_daemonise(ctx);
247 dhcpcd_daemonise(struct dhcpcd_ctx *ctx) function
258 if (ctx->options & DHCPCD_DAEMONISE &&
267 !(ctx->options & DHCPCD_DAEMONISE))
    [all...]
ipv4.c 875 dhcpcd_daemonise(ifp->ctx);
ipv6nd.c 573 pid = dhcpcd_daemonise(rap->iface->ctx);
575 else if (options & DHCPCD_DAEMONISE &&
    [all...]
dhcp6.c 1311 dhcpcd_daemonise(ifp->ctx);
    [all...]

Completed in 51 milliseconds