HomeSort by relevance Sort by last modified time
    Searched defs:mDNS (Results 1 - 2 of 2) sorted by null

  /external/mdnsresponder/mDNSPosix/
mDNSPosix.c 33 #include "mDNSPosix.h" // Defines the specific types needed to run mDNS on this platform
92 mDNS *mDNS;
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 * const m, mDNSIPPort port
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 232 // mDNS defines its own names for these common types to simplify portability across
326 // mDNS return values are in the range FFFE FF00 (-65792) to FFFE FFFF (-65537)
374 // mStatus_MemFree is the last legal mDNS error code, at the end of the range allocated for mDNS
449 typedef struct mDNS_struct mDNS;
491 mDNS *m;
652 // * Unique Resource Records should be unique among hosts within any given mDNS scope
659 // * Known Unique Resource Records are treated like Unique Resource Records, except that mDNS does
702 kDNSRecordTypeVerified = 0x10, // Unique means mDNS should check that name is unique (and then send immediate responses)
703 kDNSRecordTypeKnownUnique = 0x20, // Known Unique means mDNS can assume name is unique without checkin
    [all...]

Completed in 3831 milliseconds