Searched refs:readUInt16 (Results 1 – 6 of 6) sorted by relevance
86 transactionId = reader.readUInt16(); in parse()87 flags = reader.readUInt16(); in parse()103 final int numQuestions = reader.readUInt16(); in parseRecordsSection()104 final int numAnswers = reader.readUInt16(); in parseRecordsSection()105 final int numAuthority = reader.readUInt16(); in parseRecordsSection()106 final int numAdditional = reader.readUInt16(); in parseRecordsSection()146 type = reader.readUInt16(); in parseRecord()244 int dataLength = reader.readUInt16(); in skipMdnsRecord()
125 servicePriority = reader.readUInt16(); in readData()126 serviceWeight = reader.readUInt16(); in readData()127 servicePort = reader.readUInt16(); in readData()
80 cls = reader.readUInt16(); in MdnsRecord()88 int dataLength = reader.readUInt16(); in MdnsRecord()
93 final int transactionId = reader.readUInt16(); in parseResponse()94 int flags = reader.readUInt16(); in parseResponse()
114 public int readUInt16() throws EOFException { in readUInt16() method in MdnsPacketReader
79 int type = reader.readUInt16(); in testInet4AddressRecord()114 int type = reader.readUInt16(); in testTypeAAAInet6AddressRecord()151 int type = reader.readUInt16(); in testTypeAAAInet4AddressRecord()191 int type = reader.readUInt16(); in testPointerRecord()228 int type = reader.readUInt16(); in testServiceRecord()265 int type = reader.readUInt16(); in testAnyRecord()309 int type = reader.readUInt16(); in testNsecRecord()348 int type = reader.readUInt16(); in testTextRecord()398 reader.readUInt16(); in textRecord_recordDoesNotHaveDataOfGivenLength_throwsEOFException()417 reader.readUInt16(); in textRecord_entriesIncludeNonUtf8Bytes_returnsTheSameUtf8Bytes()[all …]