Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c2838 DNSServer *curmatch = mDNSNULL, *p = u->Servers; in GetServerForName() local
2851 if (SameDomainName(tail, &p->domain)) { curmatch = p; curmatchlen = scount; } in GetServerForName()
2855 return(curmatch); in GetServerForName()