HomeSort by: relevance | last modified time | path
    Searched refs:DHCPCD_STOPPING (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/dhcpcd/dist/src/
if-options.h 112 #define DHCPCD_STOPPING (1ULL << 41)
dhcpcd.c 454 !(ifp->options->options & DHCPCD_STOPPING) || dhcpcd_ifrunning(ifp))
460 ifp->options->options &= ~DHCPCD_STOPPING;
481 ifp->options->options |= DHCPCD_STOPPING;
768 if (ifp->options->options & DHCPCD_STOPPING)
ipv6nd.c 1994 ifp->options->options & DHCPCD_STOPPING ||
dhcp.c 2860 if (ifo->options & DHCPCD_STOPPING) {
3120 ifp->options->options & DHCPCD_STOPPING ||

Completed in 21 milliseconds