Searched refs:bettermatch (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNS.c | 10580 int bettermatch, currcount; in GetTimeoutForMcastQuestion() local 10584 …bettermatch = BetterMatchForName(&question->qname, namecount, &curr->domain, currcount, bestmatchl… in GetTimeoutForMcastQuestion() 10587 if (bettermatch == 1) in GetTimeoutForMcastQuestion() 10692 int bettermatch, currcount; in SetValidDNSServers() local 10726 …bettermatch = BetterMatchForName(&question->qname, namecount, &curr->domain, currcount, bestmatchl… in SetValidDNSServers() 10732 if ((bettermatch == 1) || (bettermatch == 0)) in SetValidDNSServers() 10735 if (bettermatch) in SetValidDNSServers() 10770 int bettermatch, currcount; in GetBestServer() local 10815 … bettermatch = BetterMatchForName(name, namecount, &curr->domain, currcount, bestmatchlen); in GetBestServer() 10817 bettermatch = 0; in GetBestServer() [all …]
|