Lines Matching refs:optLength
317 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()
372 if (optLength >= 8) { in configureDhcp()
376 if (optLength >= 12) { in configureDhcp()
380 if (optLength >= 16) { in configureDhcp()
386 if (optLength == 4) { in configureDhcp()
394 i += 2 + optLength; in configureDhcp()