Home
last modified time | relevance | path

Searched refs:DHCPCD_CONFIGURE (Results 1 – 9 of 9) sorted by relevance

/dports/net/dhcpcd/dhcpcd-9.4.1/src/
H A Dipv4ll.c231 if (!(ifp->options->options & DHCPCD_CONFIGURE)) in ipv4ll_not_found()
287 if (ifp->options->options & DHCPCD_CONFIGURE) in ipv4ll_defend_failed()
380 if (ifp->options->options & DHCPCD_CONFIGURE) in ipv4ll_start()
439 if (ifp->options->options & DHCPCD_CONFIGURE) in ipv4ll_drop()
451 if (ifp->options->options & DHCPCD_CONFIGURE) in ipv4ll_drop()
544 if (ifp->options->options & DHCPCD_CONFIGURE) in ipv4ll_handleifa()
H A Dif-options.h94 #define DHCPCD_CONFIGURE (1ULL << 34) macro
H A Droute.c734 if (!(rt->rt_ifp->options->options & DHCPCD_CONFIGURE)) in rt_build()
736 } else if (!(ctx->options & DHCPCD_CONFIGURE)) in rt_build()
H A Dif-options.c2268 ifo->options |= DHCPCD_CONFIGURE; in parse_option()
2271 ifo->options &= ~DHCPCD_CONFIGURE; in parse_option()
2364 if (ctx->options & DHCPCD_CONFIGURE) in default_config()
2365 ifo->options |= DHCPCD_CONFIGURE; in default_config()
2394 default_options |= DHCPCD_CONFIGURE | DHCPCD_DAEMONISE | in read_config()
H A Dscript.c362 ifo->options & DHCPCD_CONFIGURE ? "true" : "false") == -1) in make_env()
H A Ddhcp6.c2896 if (!(ifd->options->options & DHCPCD_CONFIGURE)) in dhcp6_delegate_prefix()
2992 !(ifp->options->options & DHCPCD_CONFIGURE)) in dhcp6_find_delegates()
3227 if (ifp->options->options & DHCPCD_CONFIGURE) { in dhcp6_bind()
H A Ddhcp.c2349 if (!(ifo->options & DHCPCD_CONFIGURE)) { in dhcp_bind()
2835 if (ifp->options->options & DHCPCD_CONFIGURE) in dhcp_drop()
4248 !(ifp->ctx->options & (DHCPCD_MANAGER | DHCPCD_CONFIGURE)) && in dhcp_handleifa()
H A Dipv6nd.c1496 if (!(ifp->options->options & DHCPCD_CONFIGURE)) in ipv6nd_handlera()
H A Dipv6.c1419 if (!(ifp->options->options & DHCPCD_CONFIGURE)) in ipv6_addlinklocal()