Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c2839 int i, curmatchlen = -1; in GetServerForName() local
2845 if (scount <= ncount && scount > curmatchlen) in GetServerForName()
2851 if (SameDomainName(tail, &p->domain)) { curmatch = p; curmatchlen = scount; } in GetServerForName()