HomeSort by relevance Sort by last modified time
    Searched refs:mDNSAddrType_IPv6 (Results 1 - 9 of 9) sorted by null

  /external/mdnsresponder/mDNSPosix/
Identify.c 143 hostaddr.type = mDNSAddrType_IPv6;
332 target.type = mDNSAddrType_IPv6;
mDNSPosix.c 137 ipAddr->type = mDNSAddrType_IPv6;
190 else if (dst->type == mDNSAddrType_IPv6)
276 else if (senderAddr.type == mDNSAddrType_IPv6) destAddr.ip.v6 = AllDNSLinkGroup_v6.ip.v6;
    [all...]
NetMonitor.c     [all...]
  /external/mdnsresponder/mDNSShared/
PlatformCommon.c 57 else if (dst->type == mDNSAddrType_IPv6)
DebugServices.c     [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 289 mDNSAddrType_IPv6 = 6,
    [all...]
mDNS.c 350 if (addr->type == mDNSAddrType_IPv6)
    [all...]
DNSCommon.c 96 mDNSexport const mDNSAddr AllDNSLinkGroup_v6 = { mDNSAddrType_IPv6, { { { 0xFF,0x02,0x00,0x00, 0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0xFB } } } };
97 //mDNSexport const mDNSAddr AllDNSLinkGroup_v6 = { mDNSAddrType_IPv6, { { { 0xFF,0x02,0x00,0x00, 0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00, 0x00,0x01,0x00,0x03 } } } }; // LLMNR
311 case mDNSAddrType_IPv6 : return(mDNSBool)(mDNSSameIPv6Address(ip1->ip.v6, ip2->ip.v6));
322 case mDNSAddrType_IPv6: return(mDNSBool)(mDNSSameIPv6Address(ip->ip.v6, AllDNSLinkGroup_v6.ip.v6));
    [all...]
uDNS.c     [all...]

Completed in 481 milliseconds