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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.c21 #include "mDNSPosix.h" // Defines the specific types needed to run mDNS on this platform
73 mDNS *mDNS; member in struct:IfChangeRec
139 // mDNS core calls this routine when it needs to send a packet.
140 mDNSexport mStatus mDNSPlatformSendUDP(const mDNS *const m, const void *const msg, const mDNSu8 *const end,
218 mDNSlocal void SocketDataReady(mDNS *const m, PosixNetworkInterface *intf, int skt)
246 // convince mDNS Core that this isn't a spoof packet.
249 // destAddr to the mDNS address.
317 mDNSexport mDNSBool mDNSPlatformPeekUDP(mDNS *const m, UDPSocket *src)
324 mDNSexport TCPSocket *mDNSPlatformTCPSocket(mDNS * cons
[all...]
H A DmDNSEmbeddedAPI.h246 // mDNS defines its own names for these common types to simplify portability across
334 // mDNS return values are in the range FFFE FF00 (-65792) to FFFE FFFF (-65537)
382 // mStatus_MemFree is the last legal mDNS error code, at the end of the range allocated for mDNS
468 typedef struct mDNS_struct mDNS; typedef in typeref:struct:mDNS_struct
513 mDNS *m;
688 // * Unique Resource Records should be unique among hosts within any given mDNS scope
695 // * Known Unique Resource Records are treated like Unique Resource Records, except that mDNS does
738 kDNSRecordTypeVerified = 0x10, // Unique means mDNS should check that name is unique (and then send immediate responses)
739 kDNSRecordTypeKnownUnique = 0x20, // Known Unique means mDNS ca
[all...]

Completed in 59 milliseconds