Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.h253 extern const mDNSu8 *getQuestion(const DNSMessage *msg, const mDNSu8 *ptr, const mDNSu8 *end, const…
H A DDNSCommon.c3543 mDNSexport const mDNSu8 *getQuestion(const DNSMessage *msg, const mDNSu8 *ptr, const mDNSu8 *end, c… in getQuestion() function
3711 ptr = getQuestion(msg, ptr, end, mDNSInterface_Any, &q); in DumpPacket()
H A DmDNS.c6787 ptr = getQuestion(query, ptr, end, InterfaceID, &q); // get the question... in GenerateUnicastResponse()
7178 ptr = getQuestion(query, ptr, end, InterfaceID, &pktq); // get the question... in ProcessQuery()
8192 ptr = getQuestion(response, ptr, end, InterfaceID, &pktq); in mDNSCoreReceiveNoDNSSECAnswers()
8236 ptr = getQuestion(response, ptr, end, InterfaceID, &q); in mDNSCoreReceiveNoUnicastAnswers()
8824 ptr = getQuestion(response, ptr, end, InterfaceID, &q); in mDNSCoreReceiveResponse()
H A DuDNS.c1144 if (msg->h.numQuestions && getQuestion(msg, msg->data, end, 0, &pktQ)) in uDNS_recvLLQResponse()
3932 ptr = getQuestion(msg, ptr, end, mDNSInterface_Any, &pktq); in uDNS_ReceiveTestQuestionResponse()