Searched refs:mDNSAddrType_IPv6 (Results 1 - 9 of 9) sorted by relevance

/external/mdnsresponder/mDNSPosix/
H A DIdentify.c143 hostaddr.type = mDNSAddrType_IPv6;
332 target.type = mDNSAddrType_IPv6;
H A DmDNSPosix.c137 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;
H A DNetMonitor.c955 a.type = mDNSAddrType_IPv6;
/external/mdnsresponder/mDNSShared/
H A DPlatformCommon.c57 else if (dst->type == mDNSAddrType_IPv6)
H A DDebugServices.c1364 case mDNSAddrType_IPv6: F.precision = 16; a = (unsigned char *)&ip->ip.v6; break;
2841 maddr.type = mDNSAddrType_IPv6;
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h289 mDNSAddrType_IPv6 = 6, enumerator in enum:__anon26782
2402 ((X)->type == mDNSAddrType_IPv6 && mDNSSameIPv6Address((X)->ip.v6, AllDNSLinkGroup_v6.ip.v6)) )
2406 ((X)->type == mDNSAddrType_IPv6 && mDNSIPv6AddressIsZero((X)->ip.v6)) )
2410 ((X)->type == mDNSAddrType_IPv6 && !mDNSIPv6AddressIsZero((X)->ip.v6)) )
2414 ((X)->type == mDNSAddrType_IPv6 && mDNSIPv6AddressIsOnes((X)->ip.v6)) )
2418 ((X)->type == mDNSAddrType_IPv6) ? !(mDNSIPv6AddressIsZero((X)->ip.v6) || mDNSIPv6AddressIsOnes((X)->ip.v6)) : mDNSfalse)
2425 ((X)->type == mDNSAddrType_IPv6) ? mDNSv6AddressIsLinkLocal(&(X)->ip.v6) : mDNSfalse)
H A DmDNS.c350 if (addr->type == mDNSAddrType_IPv6)
1680 (dest->type == mDNSAddrType_IPv6 && mDNSSameIPv6Address(rr->v6Requester, dest->ip.v6)))
1836 a->type = mDNSAddrType_IPv6;
1847 if (SameDomainName(suffix, (const domainname*)"\x3" "ip6" "\x4" "arpa")) return mDNSAddrType_IPv6;
2056 mDNSAddr v6 = { mDNSAddrType_IPv6, {{{0}}} };
2093 if (r2->AddressProxy.type == mDNSAddrType_IPv6 && r2->AnnounceCount == WakeupCount)
2118 else if (rr->AddressProxy.type == mDNSAddrType_IPv6)
2725 else if (ds[i].Type == mDNSAddrType_IPv6) v6 = mDNStrue;
3018 else if (ar->AddressProxy.type == mDNSAddrType_IPv6)
4915 if (err && intf->SPSAddr[sps].type == mDNSAddrType_IPv6
[all...]
H A DDNSCommon.c96 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));
2990 case mDNSAddrType_IPv6: F.precision = 16; a = (unsigned char *)&ip->ip.v6; break;
H A DuDNS.c2344 if (v6addr && v6addr->type != mDNSAddrType_IPv6) { LogMsg("mDNS_SetPrimaryInterfaceInfo v6 address - incorrect type. Discarding. %#a", v6addr); return; }

Completed in 1227 milliseconds