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

  /external/syslinux/core/lwip/src/include/lwip/
dhcp.h 117 err_t dhcp_release(struct netif *netif);
187 #define DHCP_RELEASE 7
  /external/dhcpcd-6.8.2/
dhcp.h 59 #define DHCP_RELEASE 7
dhcp.c 97 { DHCP_RELEASE, "RELEASE" },
737 if ((type == DHCP_INFORM || type == DHCP_RELEASE ||
762 type != DHCP_RELEASE)
765 if (type != DHCP_DECLINE && type != DHCP_RELEASE) {
796 if (type == DHCP_RELEASE) {
    [all...]
  /external/syslinux/core/lwip/src/core/
dhcp.c 64 * Use dhcp_release(netif) to end the lease and use dhcp_stop(netif)
413 dhcp_release(netif);
443 dhcp_release(netif);
1178 dhcp_release(struct netif *netif) function
    [all...]

Completed in 111 milliseconds