Home
last modified time | relevance | path

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

/titanic_53/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c7125 …CacheRecord *ExpectedAnswers = mDNSNULL; // Records in our cache we expect to see u… in ProcessQuery() local
7126 CacheRecord **eap = &ExpectedAnswers; in ProcessQuery()
7420 eap = &ExpectedAnswers; in ProcessQuery()
7596 while (ExpectedAnswers) in ProcessQuery()
7598 CacheRecord *cr = ExpectedAnswers; in ProcessQuery()
7599 ExpectedAnswers = cr->NextInKAList; in ProcessQuery()