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

  /external/dhcpcd/
if-options.h 64 #define DHCPCD_DAEMONISED (1 << 15)
bind.c 67 if (options & DHCPCD_DAEMONISED || !(options & DHCPCD_DAEMONISE))
114 options |= DHCPCD_DAEMONISED;
client.c 197 if (state->options & DHCPCD_DAEMONISED ||
245 state->options |= DHCPCD_DAEMONISED;
480 (options->options & DHCPCD_DAEMONISED &&
487 if (!(options->options & DHCPCD_DAEMONISED) &&
582 !(state->options & DHCPCD_DAEMONISED))
1030 if (!(state->options & DHCPCD_DAEMONISED))
1037 !(state->options & DHCPCD_DAEMONISED))
1084 if (!(state->options & DHCPCD_DAEMONISED) &&
    [all...]
dhcpcd.c 1094 options & (DHCPCD_MASTER | DHCPCD_DAEMONISED)))
    [all...]

Completed in 517 milliseconds