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

  /external/jmdns/src/javax/jmdns/impl/
JmmDNSImpl.java 37 * This class enable multihomming mDNS. It will open a mDNS per IP address of the machine.
72 _timer = new Timer("Multihommed mDNS.Timer", true);
89 for (final JmDNS mDNS : _knownMDNS.values()) {
97 mDNS.close();
120 for (JmDNS mDNS : _knownMDNS.values()) {
121 result.add(mDNS.getName());
133 for (JmDNS mDNS : _knownMDNS.values()) {
134 result.add(mDNS.getHostName());
146 for (JmDNS mDNS : _knownMDNS.values())
    [all...]
  /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 221 // 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;
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 can assume name is unique without checkin
    [all...]

Completed in 293 milliseconds