/external/mdnsresponder/mDNSShared/ |
PlatformCommon.c | 47 if (dst->type == mDNSAddrType_IPv4) 78 if (dst->type == mDNSAddrType_IPv4) src->ip.v4.NotAnInteger = addr.a4.sin_addr.s_addr;
|
DebugServices.c | [all...] |
/external/mdnsresponder/mDNSPosix/ |
Identify.c | 132 hostaddr.type = mDNSAddrType_IPv4; // Prefer v4 target to v6 target, for now 313 target.type = mDNSAddrType_IPv4;
|
PosixDaemon.c | 98 const mDNSAddr dummy = { mDNSAddrType_IPv4, { { { 1, 1, 1, 1 } } } };;
|
NetMonitor.c | 237 if (entry->addr.type == mDNSAddrType_IPv4) 254 HostList *list = (addr->type == mDNSAddrType_IPv4) ? &IPv4HostList : &IPv6HostList; 773 if (!Filters) return(srcaddr->type == mDNSAddrType_IPv4); [all...] |
mDNSPosix.c | 117 ipAddr->type = mDNSAddrType_IPv4; 170 if (dst->type == mDNSAddrType_IPv4) 268 if (senderAddr.type == mDNSAddrType_IPv4) destAddr.ip.v4 = AllDNSLinkGroup_v4.ip.v4; 514 DNSAddr.type = mDNSAddrType_IPv4; [all...] |
/external/mdnsresponder/mDNSCore/ |
mDNSEmbeddedAPI.h | 288 mDNSAddrType_IPv4 = 4, [all...] |
mDNS.c | 340 if (addr->type == mDNSAddrType_IPv4) [all...] |
DNSCommon.c | 94 mDNSexport const mDNSAddr AllDNSLinkGroup_v4 = { mDNSAddrType_IPv4, { { { 224, 0, 0, 251 } } } }; 95 //mDNSexport const mDNSAddr AllDNSLinkGroup_v4 = { mDNSAddrType_IPv4, { { { 224, 0, 0, 252 } } } }; // LLMNR 310 case mDNSAddrType_IPv4 : return(mDNSBool)(mDNSSameIPv4Address(ip1->ip.v4, ip2->ip.v4)); 321 case mDNSAddrType_IPv4: return(mDNSBool)(mDNSSameIPv4Address(ip->ip.v4, AllDNSLinkGroup_v4.ip.v4)); [all...] |
uDNS.c | [all...] |