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

  /external/dhcpcd-6.8.2/
if-options.h 71 #define DHCPCD_DAEMONISED (1ULL << 15)
dhcpcd.c 259 !(ctx->options & (DHCPCD_DAEMONISED | DHCPCD_NOWAITIP)))
266 if (ctx->options & DHCPCD_DAEMONISED ||
317 ctx->options |= DHCPCD_DAEMONISED;
1116 if (ctx->options & DHCPCD_DAEMONISED)
1117 ifo->options |= DHCPCD_DAEMONISED;
    [all...]
ipv6nd.c 576 !(options & DHCPCD_DAEMONISED) && new_data)
    [all...]

Completed in 143 milliseconds