Home
last modified time | relevance | path

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

/device/generic/goldfish/dhcp/common/
Dmessage.cpp211 const uint8_t* opt = getOption(OPT_MESSAGE_TYPE, &length); in type()
220 const uint8_t* opt = getOption(OPT_SERVER_ID, &length); in serverId()
229 const uint8_t* opt = getOption(OPT_REQUESTED_IP, &length); in requestedIp()
285 const uint8_t* Message::getOption(uint8_t expectedOptCode, in getOption() function in Message
/device/generic/goldfish/dhcp/common/include/
Dmessage.h124 const uint8_t* getOption(uint8_t optCode, uint8_t* length) const;