Searched refs:optionType (Results 1 – 2 of 2) sorted by relevance
918 final byte optionType = packet.get(); // cannot underflow because position < limit in decodeFullPacket()920 if (optionType == DHCP_OPTION_END) { in decodeFullPacket()922 } else if (optionType == DHCP_OPTION_PAD) { in decodeFullPacket()928 switch(optionType) { in decodeFullPacket()1021 DhcpErrorEvent.DHCP_INVALID_OPTION_LENGTH, optionType); in decodeFullPacket()1024 optionLen, optionType, expectedLen); in decodeFullPacket()1029 DhcpErrorEvent.BUFFER_UNDERFLOW, optionType); in decodeFullPacket()
655 final int optionType = getUint8(mPacket, position); in Ra() local658 switch (optionType) { in Ra()701 "Invalid option length opt=%d len=%d", optionType, optionLength)); in Ra()