Searched refs:optionType (Results 1 – 4 of 4) sorted by relevance
1031 final byte optionType = packet.get(); // cannot underflow because position < limit in decodeFullPacket()1033 if (optionType == DHCP_OPTION_END) { in decodeFullPacket()1035 } else if (optionType == DHCP_OPTION_PAD) { in decodeFullPacket()1041 switch(optionType) { in decodeFullPacket()1139 DhcpErrorEvent.DHCP_INVALID_OPTION_LENGTH, optionType); in decodeFullPacket()1142 optionLen, optionType, expectedLen); in decodeFullPacket()1147 DhcpErrorEvent.BUFFER_UNDERFLOW, optionType); in decodeFullPacket()
126 void onOptionChanged(@OptionType int optionType, String newString); in onOptionChanged() argument
62 public void onOptionChanged(@OptionType int optionType, String newString) {
690 final int optionType = getUint8(mPacket, position); in Ra() local693 switch (optionType) { in Ra()736 "Invalid option length opt=%d len=%d", optionType, optionLength)); in Ra()