Home
last modified time | relevance | path

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

/device/generic/goldfish/dhcp/client/
Ddhcpclient.cpp317 uint8_t optLength = options[i + 1]; in configureDhcp() local
322 if (options + optLength + i >= msg.end()) { in configureDhcp()
325 static_cast<int>(optLength), in configureDhcp()
332 if (optLength == 4) { in configureDhcp()
338 if (optLength == 4) { in configureDhcp()
344 if (optLength == 4) { in configureDhcp()
350 if (optLength == 4) { in configureDhcp()
356 if (optLength >= 4) { in configureDhcp()
362 if (optLength == 2) { in configureDhcp()
368 if (optLength >= 4) { in configureDhcp()
[all …]