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

  /src/external/bsd/dhcpcd/dist/src/
ipv4ll.c 231 } else if (!(ifp->options->options & DHCPCD_CONFIGURE)) {
282 if (ifp->options->options & DHCPCD_CONFIGURE)
373 if (ifp->options->options & DHCPCD_CONFIGURE)
393 } else if (ifp->options->options & DHCPCD_CONFIGURE) {
450 if (ifp->options->options & DHCPCD_CONFIGURE)
463 if (ifp->options->options & DHCPCD_CONFIGURE)
557 if (ifp->options->options & DHCPCD_CONFIGURE)
if-options.h 105 #define DHCPCD_CONFIGURE (1ULL << 34)
route.c 823 if (!(rt->rt_ifp->options->options & DHCPCD_CONFIGURE))
825 } else if (!(ctx->options & DHCPCD_CONFIGURE))
script.c 380 ifo->options & DHCPCD_CONFIGURE ? "true" : "false") == -1)
if-options.c 2580 ifo->options |= DHCPCD_CONFIGURE;
2583 ifo->options &= ~DHCPCD_CONFIGURE;
2761 if (ctx->options & DHCPCD_CONFIGURE)
2762 ifo->options |= DHCPCD_CONFIGURE;
2790 default_options |= DHCPCD_CONFIGURE | DHCPCD_DAEMONISE |
dhcp.c 2501 if (ifo->options & DHCPCD_CONFIGURE) {
2845 if (ifo->options & DHCPCD_CONFIGURE)
4346 if (!(ifp->ctx->options & (DHCPCD_MANAGER | DHCPCD_CONFIGURE)) &&
dhcp6.c 3000 if (!(ifd->options->options & DHCPCD_CONFIGURE))
3094 if (ifp->options != NULL && !(ifp->options->options & DHCPCD_CONFIGURE))
3331 if (ifp->options->options & DHCPCD_CONFIGURE) {
ipv6nd.c 1522 if (!(ifp->options->options & DHCPCD_CONFIGURE))
ipv6.c 1444 if (!(ifp->options->options & DHCPCD_CONFIGURE))

Completed in 32 milliseconds