HomeSort by relevance Sort by last modified time
    Searched refs:DHCPCD_IPV4LL (Results 1 - 4 of 4) sorted by null

  /external/dhcpcd-6.8.2/
if-options.h 67 #define DHCPCD_IPV4LL (1ULL << 10)
if-options.c 944 ifo->options &= ~DHCPCD_IPV4LL;
1015 ifo->options &= ~DHCPCD_IPV4LL;
    [all...]
dhcpcd.c 380 ifo->options &= ~(DHCPCD_ARP | DHCPCD_IPV4LL);
389 ifo->options &= ~(DHCPCD_DHCP | DHCPCD_IPV4LL);
    [all...]
dhcp.c 823 if (type == DHCP_DISCOVER && ifo->options & DHCPCD_IPV4LL) {
    [all...]

Completed in 40 milliseconds