Searched refs:DHCPCD_IPV4LL (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/usr.bin/rump_dhcpclient/
H A Dif-options.h60 #define DHCPCD_IPV4LL (1 << 10) macro
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Dif-options.h75 #define DHCPCD_IPV4LL (1ULL << 10) macro
H A Dif-options.c993 ifo->options &= ~DHCPCD_IPV4LL;
1088 ifo->options &= ~DHCPCD_IPV4LL;
2432 ifo->options &= ~DHCPCD_IPV4LL;
2435 ifo->options &= ~(DHCPCD_DHCP | DHCPCD_IPV4LL | DHCPCD_WAITIP4);
2509 DHCPCD_DHCP | DHCPCD_IPV4LL;
H A Ddhcp.c1044 if (type == DHCP_DISCOVER && ifo->options & DHCPCD_IPV4LL &&
1884 else if (ifo->options & DHCPCD_IPV4LL)
2751 if (!ifo->fallback && ifo->options & DHCPCD_IPV4LL)
4123 if (ifo->options & DHCPCD_IPV4LL)

Completed in 211 milliseconds