HomeSort by: relevance | last modified time | path
    Searched refs:DHCPCD_RELEASE (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.bin/rump_dhcpclient/
if-options.h 52 #define DHCPCD_RELEASE (1 << 1)
  /src/external/bsd/dhcpcd/dist/src/
if-options.h 62 #define DHCPCD_RELEASE (1ULL << 1)
dhcpcd.c 509 if (ifo->options & DHCPCD_RELEASE)
1463 if (ctx->options & DHCPCD_RELEASE)
1471 if (ifp->options->options & DHCPCD_RELEASE)
1547 opts |= DHCPCD_RELEASE;
1670 opts |= DHCPCD_RELEASE;
1744 if (opts & (DHCPCD_EXITING | DHCPCD_RELEASE)) {
1767 if (opts & DHCPCD_RELEASE)
script.c 419 if_down = ifo->options & DHCPCD_RELEASE ? true_str : false_str;
dhcp.c 2937 if (ifo->options & DHCPCD_RELEASE && !(ifo->options & DHCPCD_INFORM)) {
dhcp6.c 4254 if (drop && options & DHCPCD_RELEASE &&
if-options.c 794 ifo->options |= DHCPCD_RELEASE;

Completed in 28 milliseconds