Lines Matching refs:hostEntry
2204 HostEntry *hostEntry = nullptr; in PrepareProbe() local
2208 DiscoverOffsetsAndHost(hostEntry); in PrepareProbe()
2259 HostEntry *hostEntry = nullptr; in PrepareResponseRecords() local
2262 DiscoverOffsetsAndHost(hostEntry); in PrepareResponseRecords()
2307 if (hostEntry != nullptr) in PrepareResponseRecords()
2309 hostEntry->mAddrRecord.MarkToAppendInAdditionalData(); in PrepareResponseRecords()
2318 if ((mSrvRecord.GetTtl() > 0) && (hostEntry != nullptr)) in PrepareResponseRecords()
2320 hostEntry->mAddrRecord.MarkToAppendInAdditionalData(); in PrepareResponseRecords()
2348 if ((hostEntry != nullptr) && (hostEntry->mAddrRecord.ShouldAppendInAdditionalDataSection())) in PrepareResponseRecords()
2350 hostEntry->AppendAddressRecordsTo(response, kAdditionalDataSection); in PrepareResponseRecords()
3786 HostEntry *hostEntry; in AnswerQuestion() local
3805 hostEntry = aQuestion.mIsForService ? nullptr : static_cast<HostEntry *>(aQuestion.mEntry); in AnswerQuestion()
3808 if (hostEntry != nullptr) in AnswerQuestion()
3810 hostEntry->AnswerQuestion(answerInfo); in AnswerQuestion()
4129 HostEntry *hostEntry; in ProcessRecordForConflict() local
4134 hostEntry = Get<Core>().mHostEntries.FindMatching(aName); in ProcessRecordForConflict()
4136 if (hostEntry != nullptr) in ProcessRecordForConflict()
4138 hostEntry->HandleConflict(); in ProcessRecordForConflict()