Searched refs:DHCPCD_DHCP (Results 1 – 4 of 4) sorted by relevance
105 #define DHCPCD_DHCP (1ULL << 49) macro
1933 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;
389 ifo->options &= ~(DHCPCD_DHCP | DHCPCD_IPV4LL); in configure_interface1()407 if (!(ifo->options & (DHCPCD_DHCP | DHCPCD_DHCP6))) in configure_interface1()
3599 if (ifo->options & DHCPCD_DHCP && dhcp_open(ifp) == -1) in dhcp_start1()3705 if (!(ifo->options & DHCPCD_DHCP)) { in dhcp_start1()