Searched refs:inetRecord (Results 1 – 1 of 1) sorted by relevance
217 MdnsInetAddressRecord inetRecord = (MdnsInetAddressRecord) record; in augmentResponses() local218 inetRecords.add(inetRecord); in augmentResponses()221 findResponsesWithHostName(responses, inetRecord.getName()); in augmentResponses()231 if (inetRecord.getCacheFlush()) { in augmentResponses()238 findResponseWithHostName(responses, inetRecord.getName()); in augmentResponses()248 if (inetRecord.getCacheFlush()) { in augmentResponses()258 for (MdnsInetAddressRecord inetRecord : inetRecords) { in augmentResponses()261 findResponsesWithHostName(responses, inetRecord.getName()); in augmentResponses()263 if (assignInetRecord(response, inetRecord)) { in augmentResponses()266 || !originalResponse.hasIdenticalRecord(inetRecord)) { in augmentResponses()[all …]