Home
last modified time | relevance | path

Searched refs:DHCPCD_DHCP (Results 1 – 4 of 4) sorted by relevance

/external/dhcpcd-6.8.2/
Dif-options.h105 #define DHCPCD_DHCP (1ULL << 49) macro
Dif-options.c1933 ifo->options |= DHCPCD_DHCP | DHCPCD_IPV4; in parse_option()
1936 ifo->options &= ~DHCPCD_DHCP; in parse_option()
2117 ifo->options |= DHCPCD_IPV4 | DHCPCD_DHCP | DHCPCD_IPV4LL;
Ddhcpcd.c389 ifo->options &= ~(DHCPCD_DHCP | DHCPCD_IPV4LL); in configure_interface1()
407 if (!(ifo->options & (DHCPCD_DHCP | DHCPCD_DHCP6))) in configure_interface1()
Ddhcp.c3599 if (ifo->options & DHCPCD_DHCP && dhcp_open(ifp) == -1) in dhcp_start1()
3705 if (!(ifo->options & DHCPCD_DHCP)) { in dhcp_start1()