Searched refs:ReconfirmAntecedents (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DmDNS.c2637 // that name, ReconfirmAntecedents() is called with depth=0 to start the reconfirmation process
2639 // For any such cache record we find, we also recursively call ReconfirmAntecedents() for *its* name.
2648 mDNSlocal void ReconfirmAntecedents(mDNS *const m, const domainname *const name, const mDNSu32 namehash, const int depth) function
2653 debugf("ReconfirmAntecedents (depth=%d) for %##s", depth, name->c);
2659 LogInfo("ReconfirmAntecedents: Reconfirming (depth=%d) %s", depth, CRDisplayString(m, cr));
2661 if (depth < 5) ReconfirmAntecedents(m, cr->resrec.name, cr->resrec.namehash, depth+1);
2666 // If we get no answer for a AAAA query, then before doing an automatic implicit ReconfirmAntecedents
2967 ReconfirmAntecedents(m, &q->qname, q->qnamehash, 0);
3664 ReconfirmAntecedents(m, &q->qname, q->qnamehash, 0);
8724 if (status == mStatus_NoError) ReconfirmAntecedents(
[all...]

Completed in 91 milliseconds