Searched defs:mDNS (Results 1 - 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSPosix/
H A DmDNSPosix.c33 #include "mDNSPosix.h" // Defines the specific types needed to run mDNS on this platform
92 mDNS *mDNS; member in struct:IfChangeRec
156 // mDNS core calls this routine when it needs to send a packet.
157 mDNSexport mStatus mDNSPlatformSendUDP(const mDNS *const m, const void *const msg, const mDNSu8 *const end,
230 mDNSlocal void SocketDataReady(mDNS *const m, PosixNetworkInterface *intf, int skt)
258 // convince mDNS Core that this isn't a spoof packet.
261 // destAddr to the mDNS address.
329 mDNSexport TCPSocket *mDNSPlatformTCPSocket(mDNS * const m, TCPSocketFlags flags, mDNSIPPort * port)
385 mDNSexport UDPSocket *mDNSPlatformUDPSocket(mDNS * cons
[all...]
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h221 // mDNS defines its own names for these common types to simplify portability across
315 // mDNS return values are in the range FFFE FF00 (-65792) to FFFE FFFF (-65537)
363 // mStatus_MemFree is the last legal mDNS error code, at the end of the range allocated for mDNS
438 typedef struct mDNS_struct mDNS; typedef in typeref:struct:mDNS_struct
480 mDNS *m;
641 // * Unique Resource Records should be unique among hosts within any given mDNS scope
648 // * Known Unique Resource Records are treated like Unique Resource Records, except that mDNS does
691 kDNSRecordTypeVerified = 0x10, // Unique means mDNS should check that name is unique (and then send immediate responses)
692 kDNSRecordTypeKnownUnique = 0x20, // Known Unique means mDNS ca
[all...]

Completed in 69 milliseconds