Searched refs:dhcpOptionLen (Results 1 – 1 of 1) sorted by relevance
241 short dhcpOptionLen = getUnsignedByte(data); in parseDhcpPacket() local244 if (dhcpOptionLen != 1) { in parseDhcpPacket()245 Log.e(TAG, "DHCP option len: " + dhcpOptionLen + " (expected |1|)"); in parseDhcpPacket()251 data.position(data.position() + dhcpOptionLen); in parseDhcpPacket()