Home
last modified time | relevance | path

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

/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSShared/
H A DPlatformCommon.c185 else if (dst->type == mDNSAddrType_IPv6) in mDNSPlatformSourceAddrForDest()
475 addr.type = mDNSAddrType_IPv6; in mDNSPosixDoTCPListenCallback()
484 addr.type = mDNSAddrType_IPv6; in mDNSPosixDoTCPListenCallback()
501 if (addr.type == mDNSAddrType_IPv6) in mDNSPosixDoTCPListenCallback()
579 if (addrtype == mDNSAddrType_None || addrtype == mDNSAddrType_IPv6) in mDNSPosixTCPListen()
H A DDebugServices.c1320 … case mDNSAddrType_IPv6: F.precision = 16; a = (unsigned char *)&ip->ip.v6; break; in DebugSNPrintFVAList()
2790 maddr.type = mDNSAddrType_IPv6; in DebugServicesTest()
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/unittests/
H A Dmdns_macosx_ut.c15 else if ((i->ifinfo.ip.type == mDNSAddrType_IPv6) && in SearchForInterfaceByAddr()
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSPosix/
H A DIdentify.c131 hostaddr.type = mDNSAddrType_IPv6; in InfoCallback()
324 target.type = mDNSAddrType_IPv6; in main()
H A DmDNSPosix.c123 ipAddr->type = mDNSAddrType_IPv6; in SockAddrTomDNSAddr()
178 else if (dst->type == mDNSAddrType_IPv6) in mDNSPlatformSendUDP()
328 … else if (senderAddr.type == mDNSAddrType_IPv6) destAddr.ip.v6 = AllDNSLinkGroup_v6.ip.v6; in SocketDataReady()
H A DNetMonitor.c991 AddressType = mDNSAddrType_IPv6; in main()
1006 a.type = mDNSAddrType_IPv6; in main()
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSMacOSX/
H A DSymptomReporter.c100 else if (addr->type == mDNSAddrType_IPv6) in SymptomReporterReportDNSReachability()
H A DDNSProxySupport.c167 senderAddr.type = mDNSAddrType_IPv6; in ProxyTCPSocketCallBack()
172 destAddr.type = mDNSAddrType_IPv6; in ProxyTCPSocketCallBack()
H A DmDNSMacOSX.c457 (type == AF_INET6 && i->ifinfo.ip.type == mDNSAddrType_IPv6))) return(i); in SearchForInterfaceByName()
865 else if (dst->type == mDNSAddrType_IPv6) in mDNSPlatformSendUDP()
1063 dstaddr->type = mDNSAddrType_IPv6; in myrecvfrom()
1093 if (addr->type == mDNSAddrType_IPv6) in FindMyInterface()
1174 senderAddr.type = mDNSAddrType_IPv6; in myKQSocketCallBack()
2950 addrMapping->ipaddr.type = mDNSAddrType_IPv6; in mDNSGet_RemoteMAC()
3138 if (rr->resrec.InterfaceID == InterfaceID && rr->AddressProxy.type == mDNSAddrType_IPv6) in mDNSPlatformUpdateProxyList()
3455 ip->type = mDNSAddrType_IPv6; in SetupAddr()
4257 int bytes = mask->type == mDNSAddrType_IPv4 ? 4 : mask->type == mDNSAddrType_IPv6 ? 16 : 0; in CountMaskBits()
6827 peerAddr.type = mDNSAddrType_IPv6; in nodePresence()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/osp/impl/discovery/mdns/
H A Dmdns_responder_adapter_impl.cc265 info.ip.type = mDNSAddrType_IPv6; in RegisterInterface()
267 info.mask.type = mDNSAddrType_IPv6; in RegisterInterface()
318 src.type = mDNSAddrType_IPv6; in OnRead()
329 dst.type = mDNSAddrType_IPv6; in OnRead()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/osp/impl/discovery/mdns/
H A 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()
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSMacOSX/LoggingProfiles/
H A Dliblog_mdnsresponder.m50 case mDNSAddrType_IPv6:
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSCore/
H A DmDNSEmbeddedAPI.h341 mDNSAddrType_IPv6 = 6, enumerator
2858 … ((X)->type == mDNSAddrType_IPv6 && mDNSSameIPv6Address((X)->ip.v6, AllDNSLinkGroup_v6.ip.v6)) )
2862 ((X)->type == mDNSAddrType_IPv6 && mDNSIPv6AddressIsZero((X)->ip.v6)) )
2866 ((X)->type == mDNSAddrType_IPv6 && !mDNSIPv6AddressIsZero((X)->ip.v6)) )
2870 ((X)->type == mDNSAddrType_IPv6 && mDNSIPv6AddressIsOnes((X)->ip.v6)) )
2874 …((X)->type == mDNSAddrType_IPv6) ? !(mDNSIPv6AddressIsZero((X)->ip.v6) || mDNSIPv6AddressIsOnes((X…
2881 ((X)->type == mDNSAddrType_IPv6) ? mDNSv6AddressIsLinkLocal(&(X)->ip.v6) : mDNSfalse)
H A DmDNS.c493 if (addr->type == mDNSAddrType_IPv6) in mDNS_AddressIsLocalSubnet()
2449 a->type = mDNSAddrType_IPv6; in GetIPv6FromName()
2709 mDNSAddr v6 = { mDNSAddrType_IPv6, {{{0}}} }; in SendResponses()
6577 intf->SPSAddr[sps].type = mDNSAddrType_IPv6; in NetWakeResolve()
7604 if (rr->AddressProxy.type == mDNSAddrType_IPv6) in ClearProxyRecords()
7873 else if (srcaddr->type == mDNSAddrType_IPv6) in ProcessQuery()
10059 laddr->type = mDNSAddrType_IPv6; in mDNS_ExtractKeepaliveInfo()
10064 raddr->type = mDNSAddrType_IPv6; in mDNS_ExtractKeepaliveInfo()
12657 else if (set->ip.type == mDNSAddrType_IPv6) in AdvertiseInterface()
14360 src.type = mDNSAddrType_IPv6; src.ip.v6 = pkt->v6.src; in mDNSCoreReceiveRawPacket()
[all …]
H A DDNSCommon.c101 mDNSexport const mDNSAddr AllDNSLinkGroup_v6 = { mDNSAddrType_IPv6, { { { 0xFF,0x02,0x00,0x00, 0x00…
464 case mDNSAddrType_IPv6: return (mDNSBool)(mDNSSameIPv6Address(ip1->ip.v6, ip2->ip.v6)); in mDNSSameAddress()
475 …case mDNSAddrType_IPv6: return (mDNSBool)(mDNSSameIPv6Address(ip->ip.v6, AllDNSLinkGroup_v6.ip.v6)… in mDNSAddrIsDNSMulticast()
4046 … case mDNSAddrType_IPv6: F.precision = 16; a = (unsigned char *)&ip->ip.v6; break; in mDNS_vsnprintf()
H A DuDNS.c2641 …if (v6addr && v6addr->type != mDNSAddrType_IPv6) { LogMsg("mDNS_SetPrimaryInterfaceInfo v6 address… in mDNS_SetPrimaryInterfaceInfo()
4578 … mDNSPlatformSetSocktOpt(q->LocalSocket, mDNSTransport_UDP, mDNSAddrType_IPv6, q); in uDNS_CheckCurrentQuestion()
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/DSO/
H A Ddso-transport.c1146 cs->addresses[cs->num_addrs].type = mDNSAddrType_IPv6; in dso_inaddr_callback()
1181 cs->addresses[0].type = mDNSAddrType_IPv6; in dso_connect()