HomeSort by: relevance | last modified time | path
    Searched defs:mDNS (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNSDebug.h 79 MDNS_OS_LOG_CATEGORY_DECLARE_EXTERN(mDNS);
95 #define MDNS_LOG_CATEGORY_MDNS MDNS_LOG_CATEGORY_DEFINITION(mDNS)
440 #define PUB_BOOL "%{mdns:yesno}d"
456 #define DNS_MSG_ID_FLAGS "%{mdns:dns.idflags}08lX"
465 #define DNS_MSG_COUNTS "%{mdns:dns.counts}016llX"
484 #define PUB_DNS_TYPE "%{mdns:rrtype}d"
500 #define PUB_ADD_RMV "%{mdns:addrmv}d"
510 #define PUB_ADD_RMV_U "%{mdns:addrmv_upper}d"
518 #define PUB_PN "%{mdns:pos/neg}d"
526 #define PUB_MORTALITY "%{mdns:mortality}d
    [all...]
mDNSEmbeddedAPI.h 120 #include <mdns/cache_metadata.h>
121 #include <mdns/private.h>
125 #include <mdns/audit_token.h>
133 #include <mdns/multicast_delay_histogram.h>
308 // mDNS defines its own names for these common types to simplify portability across
402 // mDNS return values are in the range FFFE FF00 (-65792) to FFFE FFFF (-65537)
458 // mStatus_MemFree is the last legal mDNS error code, at the end of the range allocated for mDNS
539 typedef struct mDNS_struct mDNS;
587 mDNS *m
    [all...]
  /src/external/apache2/mDNSResponder/dist/mDNSPosix/
mDNSPosix.c 21 #include "mDNSPosix.h" // Defines the specific types needed to run mDNS on this platform
73 mDNS *mDNS;
164 // mDNS core calls this routine when it needs to send a packet.
165 mDNSexport mStatus mDNSPlatformSendUDP(const mDNS *const m, const void *const msg, const mDNSu8 *const end,
395 mDNSlocal PosixNetworkInterface *SearchForInterfaceByName(mDNS *const m, const char *const intfName)
409 mDNSlocal PosixNetworkInterface *SearchForInterfaceByIndex(mDNS *const m, const mDNSu32 index)
420 mDNSlocal void SocketDataReady(mDNS *const m, const PosixNetworkInterface *intf, const int skt, UDPSocket *const sock)
447 // convince mDNS Core that this isn't a spoof packet.
450 // destAddr to the mDNS address
    [all...]

Completed in 55 milliseconds