Searched refs:getQuestion (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
H A DDNSCommon.h253 extern const mDNSu8 *getQuestion(const DNSMessage *msg, const mDNSu8 *ptr, const mDNSu8 *end, const mDNSInterfaceID InterfaceID,
H A Ddnsproxy.c620 ptr = getQuestion(msg, ptr, end, InterfaceID, &q);
H A DDNSCommon.c3532 mDNSexport const mDNSu8 *getQuestion(const DNSMessage *msg, const mDNSu8 *ptr, const mDNSu8 *end, const mDNSInterfaceID InterfaceID, function
3700 ptr = getQuestion(msg, ptr, end, mDNSInterface_Any, &q);
H A DmDNS.c6776 ptr = getQuestion(query, ptr, end, InterfaceID, &q); // get the question...
7167 ptr = getQuestion(query, ptr, end, InterfaceID, &pktq); // get the question...
8178 ptr = getQuestion(response, ptr, end, InterfaceID, &pktq);
8222 ptr = getQuestion(response, ptr, end, InterfaceID, &q);
8810 ptr = getQuestion(response, ptr, end, InterfaceID, &q);
H A DuDNS.c1143 if (msg->h.numQuestions && getQuestion(msg, msg->data, end, 0, &pktQ))
3913 ptr = getQuestion(msg, ptr, end, mDNSInterface_Any, &pktq);
/macosx-10.10/mDNSResponder-561.1.1/mDNSPosix/
H A DNetMonitor.c620 mDNSu8 *p2 = (mDNSu8 *)getQuestion(msg, ptr, end, InterfaceID, &q);
695 ptr = getQuestion(msg, ptr, end, InterfaceID, &q);
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A Ddnsextd.c651 ptr = getQuestion( &pkt->msg, ptr, ( ( mDNSu8* ) &pkt->msg ) + pkt->len, NULL, &question );
664 ptr = getQuestion( &pkt->msg, ptr, ( ( mDNSu8* ) &pkt->msg ) + pkt->len, NULL, &question );
1389 ptr = getQuestion(&pkt->msg, ptr, end, 0, &zone);
2363 qptr = getQuestion(&pkt->msg, qptr, end, 0, &q);

Completed in 206 milliseconds