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

  /device/generic/goldfish/dhcp/common/
dhcp.h 37 #define OPT_COOKIE4 0x63
message.cpp 195 if (dhcpData.options[3] != OPT_COOKIE4) {
259 *opts++ = OPT_COOKIE4;
  /system/core/libnetutils/
dhcpmsg.h 69 #define OPT_COOKIE4 0x63
dhcpmsg.c 46 *x++ = OPT_COOKIE4;
dhcpclient.c 178 if (msg->options[3] != OPT_COOKIE4) return -1;

Completed in 108 milliseconds