Searched refs:uDNS_ReceiveMsg (Results 1 - 3 of 3) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DuDNS.h91 extern void uDNS_ReceiveMsg(mDNS *const m, DNSMessage *const msg, const mDNSu8 *const end,
H A DuDNS.c3491 return(mDNStrue); // Return mDNStrue to tell uDNS_ReceiveMsg it doesn't need to process this packet further
3495 mDNSexport void uDNS_ReceiveMsg(mDNS *const m, DNSMessage *const msg, const mDNSu8 *const end, const mDNSAddr *const srcaddr, const mDNSIPPort srcport) function
3507 debugf("uDNS_ReceiveMsg from %#-15a with "
3522 if (!srcaddr) LogMsg("uDNS_ReceiveMsg: TCP DNS response had TC bit set: ignoring");
3545 LogMsg("uDNS_ReceiveMsg ERROR m->CurrentRecord already set %s", ARDisplayString(m, m->CurrentRecord));
H A DmDNS.c7539 if (!mDNSOpaque16IsZero(msg->h.id)) // uDNS_ReceiveMsg only needs to get real uDNS responses, not "QU" mDNS responses
7544 uDNS_ReceiveMsg(m, msg, end, srcaddr, srcport);

Completed in 1419 milliseconds