/system/extras/tests/net_test/ |
multinetwork_base.py | 109 rules and routes, and supports IPv4 and IPv6. 274 # configured manually. For IPv4 we have to manually configure addresses, 333 return "/proc/sys/net/" + {4: "ipv4/icmp_ratelimit", 410 # Always set the IPv4 interface, because it will be used even on IPv6 499 # Blank out IPv4 fields that we can't predict, like ID and the DF bit.
|
multinetwork_test.py | 45 IPV4_MARK_REFLECT_SYSCTL = "/proc/sys/net/ipv4/fwmark_reflect" 47 SYNCOOKIES_SYSCTL = "/proc/sys/net/ipv4/tcp_syncookies" 48 TCP_MARK_ACCEPT_SYSCTL = "/proc/sys/net/ipv4/tcp_fwmark_accept" 279 # common sysctl for IPv4 and IPv6. 448 """Checks that updating the mark on an IPv4 socket changes routing.""" 516 # Support for setting IPv4 TOS and TTL via cmsg only appeared in 3.13. 621 # will accept both IPv4 and IPv6 connections. We do this here instead of in [all...] |
/external/tcpdump/tests/ |
sflow_multiple_counter_30_pdus.out | 2 15.184.1.76.40948 > 15.184.3.9.6343: sFlowv5, IPv4 agent 15.184.8.4, agent-id 2, seqnum 204720, uptime 2612972293, samples 7, length 1288 88 15.184.1.195.4942 > 15.184.3.9.6343: sFlowv5, IPv4 agent 15.184.1.195, agent-id 1, seqnum 10499682, uptime 12973660, samples 7, length 1288 174 15.184.1.195.4942 > 15.184.3.9.6343: sFlowv5, IPv4 agent 15.184.1.195, agent-id 1, seqnum 10499683, uptime 12973661, samples 7, length 1288 260 15.184.1.195.4942 > 15.184.3.9.6343: sFlowv5, IPv4 agent 15.184.1.195, agent-id 1, seqnum 10499684, uptime 12973663, samples 7, length 1288 346 15.184.1.195.4942 > 15.184.3.9.6343: sFlowv5, IPv4 agent 15.184.1.195, agent-id 1, seqnum 10499685, uptime 12973664, samples 7, length 1288 432 15.184.1.195.4942 > 15.184.3.9.6343: sFlowv5, IPv4 agent 15.184.1.195, agent-id 1, seqnum 10499686, uptime 12973800, samples 6, length 1108 [all...] |
/external/iproute2/man/man8/ |
ip-l2tp.8 | 117 specified, which can be either an IPv4 or IPv6 address. The local IP 175 set the IP address of the remote peer. May be specified as an IPv4 181 specified as an IPv4 address or an IPv6 address.
|
arpd.8 | 54 In order for arpd to be able to serve as ARP resolver, kernel must be compiled with the option CONFIG_ARPD and, in the case when interface list in not given on command line, variable app_solicit on interfaces of interest should be in /proc/sys/net/ipv4/neigh/*. If this is not made arpd still collects gratuitous ARP information in its database.
|
ip-address.8 | 82 is a protocol (IPv4 or IPv6) address attached
|
ss.8 | 60 .B \-4, \-\-ipv4
|
/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);
|
/libcore/luni/src/main/native/ |
libcore_io_Posix.cpp | 92 * the address as an IPv4-mapped IPv6 address in a struct sockaddr_in6 to specifying it as an IPv4 96 * sockets, IPv4 operations use IPv4-mapped addresses stored in a struct sockaddr_in6. But sockets 97 * created using Posix.socket(AF_INET, ...) are IPv4 sockets and only support operations using IPv4 117 /* We passed in an IPv4 address in an IPv6 sockaddr and the kernel told us that we got \ 118 * the address family wrong. Pass in the same address in an IPv4 sockaddr. */ \ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/ |
in.h | 250 /* IPv4 multicast request. */ 536 /* Get IPv4 source filter. */ 542 /* Set IPv4 source filter. */
|
/system/netd/server/ |
RouteController.cpp | 243 // Adds or removes a routing rule for IPv4 and IPv6. 344 // Adds or deletes an IPv4 or IPv6 route. 367 return -ENOBUFS; // Cannot happen; parsePrefix only supports IPv4 and IPv6. 378 // unreachable routes, so nuke them. (IPv6 allows them to be specified; IPv4 doesn't.) 691 ALOGE("Can't add IPv4 default route to %s: %s", interface, strerror(-ret)); [all...] |
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/ |
ip4.py | 4 Implements an IPv4-range type. 45 Passing an integer or long means passing an IPv4-address that's already
|
/external/guava/guava/src/com/google/common/net/ |
HostAndPort.java | 71 /** Hostname, IPv4/IPv6 literal, or unvalidated nonsense. */ 88 * represent the hostname or IPv4/IPv6 literal.
|
/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/iputils/ninfod/ |
ninfod_addrs.c | 309 /* ipv4 address */ 330 "%s(): invalid subject length %zu for IPv4 Address Subject\n",
|
/external/mdnsresponder/ |
README.txt | 19 described in "Dynamic Configuration of IPv4 Link-Local Addresses" 20 <http://files.zeroconf.org/draft-ietf-zeroconf-ipv4-linklocal.txt>
|
/external/openssh/ |
audit-bsm.c | 131 * different mechanism in audit_connection_from() for IPv4-only machines. 370 /* this is used on IPv4-only machines */
|
canohost.c | 151 /* IPv4 only */ 191 debug3("Normalising mapped IPv4 in IPv6 address");
|
/frameworks/base/core/java/android/net/ |
LinkAddress.java | 55 * IPv4 or IPv6 address. 88 // isSiteLocalAddress() returns true for private IPv4 addresses, but RFC 6724 section 3.2
|
/frameworks/base/core/tests/coretests/src/android/net/netlink/ |
RtNetlinkNeighborMessageTest.java | 59 "c0a89ffe" + // IPv4 address (== 192.168.159.254) 239 "7f000001" + // IPv4 address (== 127.0.0.1)
|
/frameworks/base/services/core/java/com/android/server/net/ |
IpConfigStore.java | 209 loge("Non-IPv4 or duplicate address: " + linkAddr); 236 loge("Non-IPv4 default or duplicate route: " + route);
|
/external/android-clat/ |
ipv6.c | 118 /* Fill in the IPv4 header. We need to do this before we translate the packet because TCP and
|
/external/iproute2/doc/ |
arpd.sgml | 87 on interfaces of interest should be set in <tt>/proc/sys/net/ipv4/neigh/*</tt>.
|
/external/iproute2/ip/ |
ifcfg | 5 sbase=/proc/sys/net/ipv4/conf
|
/external/iproute2/misc/ |
arpd.c | 130 sprintf(buf, "/proc/sys/net/ipv4/neigh/%s/mcast_solicit", ifnames[i]); 141 sprintf(buf, "/proc/sys/net/ipv4/neigh/%s/app_solicit", ifnames[i]); 163 sprintf(buf, "/proc/sys/net/ipv4/neigh/%s/mcast_solicit", ifnames[i]); 170 sprintf(buf, "/proc/sys/net/ipv4/neigh/%s/app_solicit", ifnames[i]);
|