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

  /system/core/libnetutils/
dhcpmsg.h 98 #define DHCPRELEASE 7
dhcpclient.c 143 case DHCPRELEASE: return "release";
  /external/dnsmasq/contrib/wrt/
dhcp_release.c 16 /* Send a DHCPRELEASE message via the specified interface
59 #define DHCPRELEASE 7
302 *(p++) = DHCPRELEASE;
  /external/wpa_supplicant_8/src/common/
dhcp.h 213 DHCPRELEASE = 7,
  /external/syslinux/gpxe/src/include/gpxe/
dhcp.h 197 #define DHCPRELEASE 7
  /external/syslinux/gpxe/src/net/udp/
dhcp.c 68 [DHCPRELEASE] = BOOTP_REQUEST,
136 case DHCPRELEASE: return "DHCPRELEASE";
799 * We should probably DHCPRELEASE our old IP, but the
    [all...]
  /external/tcpdump/
print-bootp.c 234 #define DHCPRELEASE 7
577 { DHCPRELEASE, "Release" },
  /external/toybox/toys/pending/
dhcp.c 97 #define DHCPRELEASE 7
1038 case DHCPRELEASE: // Send RELEASE message to the server.
    [all...]
dhcpd.c 66 #define DHCPRELEASE 7
    [all...]
  /external/dnsmasq/src/
rfc2131.c 77 #define DHCPRELEASE 7
865 case DHCPRELEASE:
876 log_packet("DHCPRELEASE", &mess->ciaddr, emac, emac_len, iface_name, message, mess->xid);
    [all...]

Completed in 1001 milliseconds