Home
last modified time | relevance | path

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

/device/generic/goldfish/dhcp/client/
Ddhcpclient.cpp302 uint8_t optLength = 0; in configureDhcp() local
318 uint8_t optLength = options[i + 1]; in configureDhcp() local
323 if (options + optLength + i >= msg.end()) { in configureDhcp()
326 static_cast<int>(optLength), in configureDhcp()
333 if (optLength == 4) { in configureDhcp()
339 if (optLength == 4) { in configureDhcp()
345 if (optLength == 4) { in configureDhcp()
351 if (optLength == 4) { in configureDhcp()
357 if (optLength >= 4) { in configureDhcp()
363 if (optLength == 2) { in configureDhcp()
[all …]