HomeSort by relevance Sort by last modified time
    Searched refs:ipv4 (Results 1 - 25 of 29) sorted by null

1 2

  /external/android-clat/
clatd.conf 5 # ipv4 subnet for the local traffic to use. This is a /32 host address
11 plat_from_dns64_hostname ipv4.google.com
13 # plat subnet to send ipv4 traffic to. This is a /96 subnet.
Android.mk 4 LOCAL_SRC_FILES:=clatd.c dump.c checksum.c translate.c icmp.c ipv4.c ipv6.c config.c dns64.c logging.c getaddr.c getroute.c netlink_callbacks.c netlink_msg.c setif.c setroute.c mtu.c
  /external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-action-udhcp.sh 58 sysctl net.ipv4.ip_forward=1
65 sysctl net.ipv4.ip_forward=0
p2p-action.sh 72 sysctl net.ipv4.ip_forward=1
79 sysctl net.ipv4.ip_forward=0
  /system/core/toolbox/
netstat.c 91 static void ipv4(const char *filename, const char *label) { function
149 ipv4("/proc/net/tcp", "tcp");
150 ipv4("/proc/net/udp", "udp");
  /external/kernel-headers/original/linux/
netfilter_bridge.h 88 __u32 ipv4; member in union:bridge_skb_cb::__anon9824
  /external/guava/guava-tests/test/com/google/common/net/
InetAddressesTest.java 175 // Don't need to test IPv4 much; it just calls getHostAddress().
362 * from an "IPv4 mapped" IPv6 address. Our String-based method can
423 InetAddress ipv4 = InetAddresses.forString(ipv4Str); local
426 assertEquals(ipv4, InetAddresses.get6to4IPv4Address((Inet6Address) ip));
471 InetAddress ipv4 = InetAddresses.forString("1.2.3.4"); local
492 assertEquals("checking '" + validIsatapAddresses[i] + "'", ipv4,
522 InetAddress ipv4 = InetAddresses.forString("1.2.3.4"); local
523 assertEquals(ipv4, InetAddresses.getEmbeddedIPv4ClientAddress(testIp));
528 ipv4 = InetAddresses.forString("1.2.3.4");
529 assertEquals(ipv4, InetAddresses.getEmbeddedIPv4ClientAddress(testIp))
    [all...]
  /development/scripts/
reverse_tether.sh 156 sudo sysctl -w net.ipv4.ip_forward=1
171 sudo sysctl -w net.ipv4.ip_forward=0
  /external/iproute2/ip/
ifcfg 5 sbase=/proc/sys/net/ipv4/conf
  /external/guava/guava/src/com/google/common/net/
InetAddresses.java 57 * <li>The IPv4 loopback address, {@code "127.0.0.1"}.<br/>
67 * <li>An IPv6 "IPv4 compatible" (or "compat") address,
71 * <li>An IPv6 "IPv4 mapped" address, {@code "::ffff:192.168.0.1"}.<br/>
75 * <p>A few notes about IPv6 "IPv4 mapped" addresses and their observed
78 * "IPv4 mapped" addresses were originally a representation of IPv4
79 * addresses for use on an IPv6 socket that could receive both IPv4
84 * RFCs with the apparent aim of making IPv4-to-IPv6 transition simpler.
131 * of the IPv4 address.
133 * @param bytes byte array representing an IPv4 address (should b
146 InetAddress ipv4 = InetAddress.getByAddress(bytes); local
    [all...]
  /external/iproute2/examples/
dhcp-client-script 347 if [ -d /proc/sys/net/ipv4/conf/$interface ]; then
350 if [ -d /proc/sys/net/ipv4/conf/$interface ]; then
  /external/mdnsresponder/mDNSPosix/
Identify.c 131 mprintf("%##s %s %.4a\n", answer->name->c, DNSTypeName(answer->rrtype), &answer->rdata->u.ipv4);
133 hostaddr.ip.v4 = answer->rdata->u.ipv4;
376 fprintf(stderr, "Usage: %s <dot-local hostname> or <IPv4 address> or <IPv6 address> ...\n", progname);
ProxyResponder.c 84 p->RR_A. resrec.rdata->u.ipv4 = p->ip;
NetMonitor.c 520 case kDNSType_A: n += mprintf("%.4a", &rd->ipv4); break;
796 // For now we're only interested in monitoring IPv4 traffic.
893 if (IPv4HostList.num) mprintf(" %ld (IPv4)", IPv4HostList.num);
    [all...]
  /external/mdnsresponder/mDNSCore/
DNSCommon.c 47 // LLMNR uses IPv4 multicast address 224.0.0.252, IPv6 multicast address FF02::0001:0003, and UDP port 5355.
185 case kDNSType_A: mDNS_snprintf(buffer+length, RemSpc, "%.4a", &rd->ipv4); break;
    [all...]
uDNS.c     [all...]
mDNSEmbeddedAPI.h 395 // For IPv4: "123.123.123.123.in-addr.arpa." 30 bytes including terminating NUL
837 mDNSv4Addr ipv4; \/\/ For 'A' record member in union:__anon12192
851 mDNSv4Addr ipv4; \/\/ For 'A' record member in union:__anon12193
    [all...]
mDNS.c     [all...]
  /device/asus/deb/
init.deb.rc 410 write /proc/sys/net/ipv4/tcp_adv_win_scale 1
  /device/asus/flo/
init.flo.rc 419 write /proc/sys/net/ipv4/tcp_adv_win_scale 1
  /device/lge/mako/
init.mako.rc 368 write /proc/sys/net/ipv4/tcp_adv_win_scale 1
  /external/iproute2/doc/
ip-tunnels.tex 222 with all IPv4 addresses mapped to IPv6 space, so that all IPv4
406 echo 0 > /proc/sys/net/ipv4/neigh/Universe/mcast_solicit
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|.
839 Neighbour entries are organized into tables. The IPv4 neighbour table
867 --- the protocol address of the neighbour. It is either an IPv4 or IPv6 address.
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c     [all...]
  /external/tcpdump/
configure     [all...]

Completed in 426 milliseconds

1 2