Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNS.c10955 McastResolver *curmatch = mDNSNULL; in GetTimeoutForMcastQuestion() local
10967 curmatch = curr; in GetTimeoutForMcastQuestion()
10971 …o("GetTimeoutForMcastQuestion: question %##s curmatch %p, Timeout %d", question->qname.c, curmatch, in GetTimeoutForMcastQuestion()
10972 curmatch ? curmatch->timeout : DEFAULT_MCAST_TIMEOUT); in GetTimeoutForMcastQuestion()
10973 return ( curmatch ? curmatch->timeout : DEFAULT_MCAST_TIMEOUT); in GetTimeoutForMcastQuestion()
11144 DNSServer *curmatch = mDNSNULL; in GetBestServer() local
11204 curmatch = curr; in GetBestServer()
11212 return curmatch; in GetBestServer()
11218 DNSServer *curmatch = mDNSNULL; in GetServerForName() local
11230 curmatch = GetBestServer(m, name, InterfaceID, ServiceID, allValid, mDNSNULL, mDNStrue); in GetServerForName()
[all …]