Home | History | Annotate | Download | only in mDNSShared

Lines Matching full:appending

2402 // Returns 1 on successfully appending a search domain and the caller should reissue the new query
2450 // without appending search domains, then we are done.
2516 // 2. As a result of appending search domains, the question may be end up with a .local suffix even though it
2594 // is a valid question for appending search domains, retry by appending domains
2601 // domains (result is zero) we try the original query (as it was before appending the search
2603 // with more than one label, we have already tried them before appending search domains and
2611 LogOperation("%3d: RetryQuestionWithSearchDomains(%##s, %s), retrying after appending search domain", req->sd, question->qname.c, DNSTypeName(question->qtype));
2628 LogInfo("%3d: RetryQuestionWithSearchDomains: Not appending search domains - SuppressQuery %d, SearchListIndex %d, AppendSearchDomains %d", req->sd, question->SuppressQuery, question->SearchListIndex, question->AppendSearchDomains);
2712 // If we get a negative response to the unicast query that we sent above, retry after appending search domains
2716 LogInfo("queryrecord_result_callback: Retrying .local question %##s (%s) as unicast after appending search domains", question->qname.c, DNSTypeName(question->qtype));
2768 // If we get a negative answer, try appending search domains. Don't append search domains
2781 LogInfo("queryrecord_result_callback: Retrying question %##s (%s) after appending search domains", question->qname.c, DNSTypeName(question->qtype));
2784 // Note: We need to call SendAdditionalQuery every time after appending a search domain as .local could
2789 if (err) LogMsg("queryrecord_result_callback: Sending .local SOA query failed, after appending domains");