Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c3053 const CacheRecord *cr, *bestcr = mDNSNULL; in FindSPSInCache1() local
3062 if (bestmetric > metric) { bestmetric = metric; bestcr = cr; } in FindSPSInCache1()
3064 return(bestcr); in FindSPSInCache1()