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

  /system/core/libnetutils/
dhcpmsg.h 98 #define DHCPRELEASE 7
dhcpclient.c 145 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/tcpdump/
bootp.h 204 #define DHCPRELEASE 7
print-bootp.c 350 { DHCPRELEASE, "Release" },
  /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 221 milliseconds