Home
last modified time | relevance | path

Searched refs:mDNSAddrType_IPv6 (Results 1 – 11 of 11) sorted by relevance

/external/mdnsresponder/mDNSPosix/
DIdentify.c143 hostaddr.type = mDNSAddrType_IPv6; in InfoCallback()
332 target.type = mDNSAddrType_IPv6; in main()
DmDNSPosix.c137 ipAddr->type = mDNSAddrType_IPv6; in SockAddrTomDNSAddr()
190 else if (dst->type == mDNSAddrType_IPv6) in mDNSPlatformSendUDP()
276 else if (senderAddr.type == mDNSAddrType_IPv6) destAddr.ip.v6 = AllDNSLinkGroup_v6.ip.v6; in SocketDataReady()
DNetMonitor.c955 a.type = mDNSAddrType_IPv6; in main()
/external/mdnsresponder/mDNSShared/
DPlatformCommon.c57 else if (dst->type == mDNSAddrType_IPv6) in mDNSPlatformSourceAddrForDest()
DDebugServices.c1364 case mDNSAddrType_IPv6: F.precision = 16; a = (unsigned char *)&ip->ip.v6; break; in DebugSNPrintFVAList()
2841 maddr.type = mDNSAddrType_IPv6; in DebugServicesTest()
/external/mdnsresponder/mDNSCore/
DmDNSEmbeddedAPI.h300 mDNSAddrType_IPv6 = 6, enumerator
2413 ((X)->type == mDNSAddrType_IPv6 && mDNSSameIPv6Address((X)->ip.v6, AllDNSLinkGroup_v6.ip.v6)) )
2417 ((X)->type == mDNSAddrType_IPv6 && mDNSIPv6AddressIsZero((X)->ip.v6)) )
2421 ((X)->type == mDNSAddrType_IPv6 && !mDNSIPv6AddressIsZero((X)->ip.v6)) )
2425 ((X)->type == mDNSAddrType_IPv6 && mDNSIPv6AddressIsOnes((X)->ip.v6)) )
2429 …((X)->type == mDNSAddrType_IPv6) ? !(mDNSIPv6AddressIsZero((X)->ip.v6) || mDNSIPv6AddressIsOnes((X…
2436 ((X)->type == mDNSAddrType_IPv6) ? mDNSv6AddressIsLinkLocal(&(X)->ip.v6) : mDNSfalse)
DmDNS.c350 if (addr->type == mDNSAddrType_IPv6) in mDNS_AddressIsLocalSubnet()
1680 (dest->type == mDNSAddrType_IPv6 && mDNSSameIPv6Address(rr->v6Requester, dest->ip.v6))) in SendDelayedUnicastResponse()
1836 a->type = mDNSAddrType_IPv6; in GetIPv6FromName()
1847 …(SameDomainName(suffix, (const domainname*)"\x3" "ip6" "\x4" "arpa")) return mDNSAddrType_IPv6; in ReverseMapDomainType()
2056 mDNSAddr v6 = { mDNSAddrType_IPv6, {{{0}}} }; in SendResponses()
2093 if (r2->AddressProxy.type == mDNSAddrType_IPv6 && r2->AnnounceCount == WakeupCount) in SendResponses()
2118 else if (rr->AddressProxy.type == mDNSAddrType_IPv6) in SendResponses()
2725 else if (ds[i].Type == mDNSAddrType_IPv6) v6 = mDNStrue; in SuppressOnThisInterface()
3018 else if (ar->AddressProxy.type == mDNSAddrType_IPv6) in SendQueries()
4915 …if (err && intf->SPSAddr[sps].type == mDNSAddrType_IPv6 && intf->NetWakeResolve[sps].ThisQInterval… in SendSPSRegistrationForOwner()
[all …]
DDNSCommon.c96 mDNSexport const mDNSAddr AllDNSLinkGroup_v6 = { mDNSAddrType_IPv6, { { { 0xFF,0x02,0x00,0x00, 0…
311 case mDNSAddrType_IPv6 : return(mDNSBool)(mDNSSameIPv6Address(ip1->ip.v6, ip2->ip.v6)); in mDNSSameAddress()
322 …case mDNSAddrType_IPv6: return(mDNSBool)(mDNSSameIPv6Address(ip->ip.v6, AllDNSLinkGroup_v6.ip.v6)); in mDNSAddrIsDNSMulticast()
2990 case mDNSAddrType_IPv6: F.precision = 16; a = (unsigned char *)&ip->ip.v6; break; in mDNS_vsnprintf()
DuDNS.c2344 …if (v6addr && v6addr->type != mDNSAddrType_IPv6) { LogMsg("mDNS_SetPrimaryInterfaceInfo v6 address… in mDNS_SetPrimaryInterfaceInfo()
/external/openscreen/osp/impl/discovery/mdns/
Dmdns_responder_adapter_impl.cc267 info.ip.type = mDNSAddrType_IPv6; in RegisterInterface()
269 info.mask.type = mDNSAddrType_IPv6; in RegisterInterface()
320 src.type = mDNSAddrType_IPv6; in OnRead()
331 dst.type = mDNSAddrType_IPv6; in OnRead()
/external/mdnsresponder/mDNSWindows/
DmDNSWin32.c1561 else if( inDstIP->type == mDNSAddrType_IPv6 ) in mDNSPlatformSendUDP()
3141 outIP->type = mDNSAddrType_IPv6; in SockAddrToMDNSAddr()
3334 sock->overlapped.dstAddr.type = mDNSAddrType_IPv6; in UDPEndRecv()
4606 ip->type = mDNSAddrType_IPv6; in SetupAddr()