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

/external/mdnsresponder/mDNSPosix/
H A DIdentify.c35 // except we'll sneak a peek at the packets before forwarding them to the normal mDNSCoreReceive() routine
36 #define mDNSCoreReceive __MDNS__mDNSCoreReceive macro
38 #undef mDNSCoreReceive macro
93 mDNSexport void mDNSCoreReceive(mDNS *const m, DNSMessage *const msg, const mDNSu8 *const end, function
H A DNetMonitor.c35 // except we'll steal the packets that would be sent to normal mDNSCoreReceive() routine
36 #define mDNSCoreReceive __NOT__mDNSCoreReceive__NOT__ macro
38 #undef mDNSCoreReceive macro
778 mDNSexport void mDNSCoreReceive(mDNS *const m, DNSMessage *const msg, const mDNSu8 *const end, function
H A DmDNSPosix.c325 mDNSCoreReceive(m, &packet, (mDNSu8 *)&packet + packetLen,
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1551 // by tcpCallback before calling into mDNSCoreReceive
2523 // When a packet is received, the PlatformSupport code calls mDNSCoreReceive()
2690 // mDNSCoreReceive() is called when a UDP packet is received
2702 extern void mDNSCoreReceive(mDNS *const m, void *const msg, const mDNSu8 *const end,
H A DuDNS.c1145 mDNSCoreReceive(m, reply, end, &Addr, Port, tls ? (mDNSAddr *)1 : mDNSNULL, srcPort, 0);
1146 // USE CAUTION HERE: Invoking mDNSCoreReceive may have caused the environment to change, including canceling this operation itself
3494 // Called from mDNSCoreReceive with the lock held
H A DmDNS.c6272 mDNSIPPort port; // MUST BE FIRST FIELD -- mDNSCoreReceive expects every UDPSocket_struct to begin with mDNSIPPort port
7476 mDNSexport void mDNSCoreReceive(mDNS *const m, void *const pkt, const mDNSu8 *const end, function
7529 if (!m) { LogMsg("mDNSCoreReceive ERROR m is NULL"); return; }
7533 if (srcaddr && !mDNSAddressIsValid(srcaddr)) { debugf("mDNSCoreReceive ignoring packet from %#a", srcaddr); return; }
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c3103 void mDNSCoreReceive(mDNS *const m, void *const msg, const mDNSu8 *const end, function

Completed in 192 milliseconds