Home
last modified time | relevance | path

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

/external/jmdns/src/javax/jmdns/impl/
DDNSIncoming.java348 int optionCodeInt = 0; in readAnswer() local
351 optionCodeInt = _messageInputStream.readUnsignedShort(); in readAnswer()
352 optionCode = DNSOptionCode.resultCodeForFlags(optionCodeInt); in readAnswer()
415 …NG, "There was an OPT answer. Not currently handled. Option code: " + optionCodeInt + " data: " + … in readAnswer()