Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c3338 DNSQuestion pktQ, *q; in recvLLQResponse() local
3345 ptr = getQuestion(msg, ptr, end, 0, &pktQ); in recvLLQResponse()
3347 pktQ.uDNS_info.id = msg->h.id; in recvLLQResponse()
3355 q->qnamehash == pktQ.qnamehash && in recvLLQResponse()
3356 q->qtype == pktQ.qtype && in recvLLQResponse()
3357 SameDomainName(&q->qname, &pktQ.qname)) in recvLLQResponse()