Home
last modified time | relevance | path

Searched refs:bettermatch (Results 1 – 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
DmDNS.c7812 int bettermatch, currcount; in GetTimeoutForMcastQuestion() local
7816bettermatch = BetterMatchForName(&question->qname, namecount, &curr->domain, currcount, bestmatchl… in GetTimeoutForMcastQuestion()
7819 if (bettermatch == 1) in GetTimeoutForMcastQuestion()
7836 int bettermatch, currcount; in SetValidDNSServers() local
7862bettermatch = BetterMatchForName(&question->qname, namecount, &curr->domain, currcount, bestmatchl… in SetValidDNSServers()
7868 if ((bettermatch == 1) || (bettermatch == 0)) in SetValidDNSServers()
7872 …if (bettermatch) { debugf("SetValidDNSServers: Resetting all the bits"); question->validDNSServers… in SetValidDNSServers()
7898 int bettermatch, currcount; in GetBestServer() local
7949 …if (nameMatch) bettermatch = BetterMatchForName(name, namecount, &curr->domain, currcount, bestmat… in GetBestServer()
7950 else bettermatch = 0; in GetBestServer()
[all …]