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

  /device/generic/goldfish/dhcp/common/
dhcp.h 36 #define OPT_COOKIE3 0x53
message.cpp 192 if (dhcpData.options[2] != OPT_COOKIE3) {
258 *opts++ = OPT_COOKIE3;
  /system/core/libnetutils/
dhcpmsg.h 68 #define OPT_COOKIE3 0x53
dhcpmsg.c 45 *x++ = OPT_COOKIE3;
dhcpclient.c 177 if (msg->options[2] != OPT_COOKIE3) return -1;

Completed in 1062 milliseconds