Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c4913 …DNSQuestion *DupQuestions = mDNSNULL; // Our questions that are identical to questions in… in ProcessQuery() local
4914 DNSQuestion **dqp = &DupQuestions; in ProcessQuery()
5110 dqp = &DupQuestions; in ProcessQuery()
5311 while (DupQuestions) in ProcessQuery()
5314 DNSQuestion *q = DupQuestions; in ProcessQuery()
5315 DupQuestions = q->NextInDQList; in ProcessQuery()