/external/guava/guava-tests/test/com/google/common/net/ |
D | InetAddressesTest.java | 423 InetAddress ipv4 = InetAddresses.forString(ipv4Str); in test6to4Addresses() local 426 assertEquals(ipv4, InetAddresses.get6to4IPv4Address((Inet6Address) ip)); in test6to4Addresses() 471 InetAddress ipv4 = InetAddresses.forString("1.2.3.4"); in testIsatapAddresses() local 492 assertEquals("checking '" + validIsatapAddresses[i] + "'", ipv4, in testIsatapAddresses() 522 InetAddress ipv4 = InetAddresses.forString("1.2.3.4"); in testGetEmbeddedIPv4ClientAddress() local 523 assertEquals(ipv4, InetAddresses.getEmbeddedIPv4ClientAddress(testIp)); in testGetEmbeddedIPv4ClientAddress() 528 ipv4 = InetAddresses.forString("1.2.3.4"); in testGetEmbeddedIPv4ClientAddress() 529 assertEquals(ipv4, InetAddresses.getEmbeddedIPv4ClientAddress(testIp)); in testGetEmbeddedIPv4ClientAddress() 535 ipv4 = InetAddresses.forString("192.0.2.45"); in testGetEmbeddedIPv4ClientAddress() 536 assertEquals(ipv4, InetAddresses.getEmbeddedIPv4ClientAddress(testIp)); in testGetEmbeddedIPv4ClientAddress()
|
/external/iproute2/ |
D | README.lnstat | 12 (ipv4, ipv6, atm, decnet) 14 (ipv4) 16 (ipv4)
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
D | p2p-action-udhcp.sh | 58 sysctl net.ipv4.ip_forward=1 65 sysctl net.ipv4.ip_forward=0
|
D | p2p-action.sh | 72 sysctl net.ipv4.ip_forward=1 79 sysctl net.ipv4.ip_forward=0
|
/external/android-clat/ |
D | clatd.conf | 11 plat_from_dns64_hostname ipv4.google.com
|
D | Android.mk | 4 LOCAL_SRC_FILES:=clatd.c dump.c checksum.c translate.c icmp.c ipv4.c ipv6.c config.c dns64.c loggin…
|
D | BUGS | 9 …- assumes the nat64 gateway has the ipv4 address in the last 32 bits of the ipv6 address (that it …
|
/external/iptables/ |
D | configure.ac | 34 AC_ARG_ENABLE([ipv4], optenable 35 AS_HELP_STRING([--disable-ipv4], [Do not build iptables]),
|
/external/guava/guava/src/com/google/common/net/ |
D | InetAddresses.java | 146 InetAddress ipv4 = InetAddress.getByAddress(bytes); in getInet4Address() local 147 if (!(ipv4 instanceof Inet4Address)) { in getInet4Address() 150 ipv4.getHostAddress())); in getInet4Address() 153 return (Inet4Address) ipv4; in getInet4Address()
|
/external/kernel-headers/original/linux/ |
D | netfilter_bridge.h | 88 __u32 ipv4; member
|
/external/iproute2/examples/ |
D | dhcp-client-script | 347 if [ -d /proc/sys/net/ipv4/conf/$interface ]; then 350 if [ -d /proc/sys/net/ipv4/conf/$interface ]; then
|
/external/iproute2/ip/ |
D | ifcfg | 5 sbase=/proc/sys/net/ipv4/conf
|
/external/mdnsresponder/mDNSPosix/ |
D | Identify.c | 131 mprintf("%##s %s %.4a\n", answer->name->c, DNSTypeName(answer->rrtype), &answer->rdata->u.ipv4); in InfoCallback() 133 hostaddr.ip.v4 = answer->rdata->u.ipv4; in InfoCallback()
|
D | ProxyResponder.c | 84 p->RR_A. resrec.rdata->u.ipv4 = p->ip; in mDNS_RegisterProxyHost()
|
D | NetMonitor.c | 520 case kDNSType_A: n += mprintf("%.4a", &rd->ipv4); break; in DisplayResourceRecord()
|
/external/mdnsresponder/mDNSCore/ |
D | DNSCommon.c | 185 case kDNSType_A: mDNS_snprintf(buffer+length, RemSpc, "%.4a", &rd->ipv4); break; in GetRRDisplayString_rdb() 1401 case kDNSType_A: return(sizeof(rd->ipv4)); in GetRDLength() 1655 *ptr++ = rdb->ipv4.b[0]; in putRData() 1656 *ptr++ = rdb->ipv4.b[1]; in putRData() 1657 *ptr++ = rdb->ipv4.b[2]; in putRData() 1658 *ptr++ = rdb->ipv4.b[3]; in putRData() 2207 rdb->ipv4.b[0] = ptr[0]; in GetLargeResourceRecord() 2208 rdb->ipv4.b[1] = ptr[1]; in GetLargeResourceRecord() 2209 rdb->ipv4.b[2] = ptr[2]; in GetLargeResourceRecord() 2210 rdb->ipv4.b[3] = ptr[3]; in GetLargeResourceRecord()
|
D | uDNS.c | 1550 zd->Addr.ip.v4 = (answer->rdlength == 4) ? answer->rdata->u.ipv4 : zerov4Addr; in GetZoneData_QuestionCallback() 2084 …if (mDNSSameIPv4Address(h->arv4.resrec.rdata->u.ipv4, n->ExternalAddress)) return; // If address u… in hostnameGetPublicAddressCallback() 2086 h->arv4.resrec.name->c, &h->arv4.resrec.rdata->u.ipv4, &n->ExternalAddress); in hostnameGetPublicAddressCallback() 2093 h->arv4.resrec.rdata->u.ipv4 = n->ExternalAddress; in hostnameGetPublicAddressCallback() 2106 h->arv4.resrec.rdata->u.ipv4 = m->AdvertisedV4.ip.v4; in AdvertiseHostname() 2170 …Error %d for registration of %##s IP %.4a", result, rr->resrec.name->c, &rr->resrec.rdata->u.ipv4); in HostnameCallback() 2196 LogInfo("Registered hostname %##s IP %.4a", rr->resrec.name->c, &rr->resrec.rdata->u.ipv4); in HostnameCallback() 2374 !mDNSSameIPv4Address(i->arv4.resrec.rdata->u.ipv4, m->AdvertisedV4.ip.v4)) in mDNS_SetPrimaryInterfaceInfo()
|
D | mDNSEmbeddedAPI.h | 837 mDNSv4Addr ipv4; // For 'A' record member 851 mDNSv4Addr ipv4; // For 'A' record member
|
/external/iproute2/doc/ |
D | arpd.sgml | 87 on interfaces of interest should be set in <tt>/proc/sys/net/ipv4/neigh/*</tt>.
|
D | ip-cref.tex | 758 There is a tweak in \verb|/proc/sys/net/ipv4/conf/<dev>/promote_secondaries| 761 \verb|net.ipv4.conf.all.promote_secondaries=1| to \verb|/etc/sysctl.conf|. 1325 variable \verb|net/ipv4/tcp_reordering|. 1331 \verb|net/ipv4/ip_default_ttl|. 2746 \verb|/proc/sys/net/ipv4/conf/<dev>/proxy_arp| to 1. After this, the router 2751 The variable \verb|/proc/sys/net/ipv4/conf/all/proxy_arp| enables proxy 3120 sbase=/proc/sys/net/ipv4/conf
|
D | ip-tunnels.tex | 406 echo 0 > /proc/sys/net/ipv4/neigh/Universe/mcast_solicit
|
/external/mdnsresponder/ |
D | README.txt | 20 <http://files.zeroconf.org/draft-ietf-zeroconf-ipv4-linklocal.txt>
|
/external/checkpolicy/ |
D | ChangeLog | 123 …* Merged remove use of REJECT and trailing context in lex rules; make ipv4 address parsing like ip…
|
/external/tcpdump/ |
D | configure.in | 150 [ --enable-ipv6 enable ipv6 (with ipv4) support
|
/external/iptables/utils/ |
D | pf.os | 178 # possible /proc/sys/net/ipv4 tweak on Linux or so.
|