Home
last modified time | relevance | path

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

/device/generic/goldfish/dhcp/common/
Dmessage.cpp202 const uint8_t* msgEnd = end(); in optionsSize() local
203 if (msgEnd <= options) { in optionsSize()
206 return msgEnd - options; in optionsSize()