Searched refs:DHCPCD_RELEASE (Results 1 – 6 of 6) sorted by relevance
59 #define DHCPCD_RELEASE (1ULL << 1) macro
373 if (ifo->options & DHCPCD_RELEASE) in configure_interface1()1169 ifp->options->options |= DHCPCD_RELEASE; in stop_all_interfaces()1392 ifp->options->options |= DHCPCD_RELEASE; in dhcpcd_handleargs()
339 if (ifo->options & DHCPCD_RELEASE) in make_env()
3354 dropdele = (options & (DHCPCD_STOPPING | DHCPCD_RELEASE) && in dhcp6_freedrop()3377 if (drop && options & DHCPCD_RELEASE) { in dhcp6_freedrop()
770 ifo->options |= DHCPCD_RELEASE; in parse_option()
2436 if (ifp->options->options & DHCPCD_RELEASE || in dhcp_drop()