Home
last modified time | relevance | path

Searched refs:OPT_COOKIE1 (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/dhcp/common/include/
Ddhcp.h34 #define OPT_COOKIE1 0x63 macro
/device/generic/goldfish/dhcp/common/
Dmessage.cpp184 if (dhcpData.options[0] != OPT_COOKIE1) { in isValidDhcpMessage()
254 *opts++ = OPT_COOKIE1; in Message()