Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:curmatch

7809 	McastResolver *curmatch = mDNSNULL;
7821 curmatch = curr;
7825 LogInfo("GetTimeoutForMcastQuestion: question %##s curmatch %p, Timeout %d", question->qname.c, curmatch,
7826 curmatch ? curmatch->timeout : DEFAULT_MCAST_TIMEOUT);
7827 return ( curmatch ? curmatch->timeout : DEFAULT_MCAST_TIMEOUT);
7833 DNSServer *curmatch = mDNSNULL;
7870 curmatch = curr;
7894 DNSServer *curmatch = mDNSNULL;
7957 { currindex = index; curmatch = curr; bestmatchlen = currcount; bestPenaltyTime = currPenaltyTime; }
7962 return curmatch;
7968 DNSServer *curmatch = mDNSNULL;
7980 curmatch = GetBestServer(m, name, InterfaceID, allValid, mDNSNULL, mDNStrue);
7982 if (curmatch != mDNSNULL)
7983 LogInfo("GetServerForName: DNS server %#a:%d (Penalty Time Left %d) (Scope %s:%p) found for name %##s", &curmatch->addr,
7984 mDNSVal16(curmatch->port), (curmatch->penaltyTime ? (curmatch->penaltyTime - m->timenow) : 0), ifname ? ifname : "None",
7989 return(curmatch);
7995 DNSServer *curmatch = mDNSNULL;
8008 curmatch = GetBestServer(m, name, InterfaceID, question->validDNSServers, &currindex, mDNSfalse);
8012 if (curmatch != mDNSNULL)
8013 LogInfo("GetServerForQuestion: %p DNS server %#a:%d (Penalty Time Left %d) (Scope %s:%p) found for name %##s (%s)", question, &curmatch->addr,
8014 mDNSVal16(curmatch->port), (curmatch->penaltyTime ? (curmatch->penaltyTime - m->timenow) : 0), ifname ? ifname : "None",
8019 return(curmatch);