HomeSort by relevance Sort by last modified time
    Searched full:ipv6 (Results 151 - 175 of 1322) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libvncserver/x11vnc/
inet.c 754 rfbLog("connect_tcp: trying IPv6 %s %d\n", host, port);
766 rfbLog("connect_tcp[ipv6]: setting AI_NUMERICHOST for %s\n", host);
788 rfbLog("connect_tcp[ipv6]: getaddrinfo[%d]: %s\n", err, gai_strerror(err));
795 rfbLog("connect_tcp[ipv6]: getaddrinfo[%d]: %s\n", err, gai_strerror(err));
804 rfbLog("connect_tcp[ipv6]: skipping AF_INET address under -noipv4\n");
811 rfbLog("connect_tcp[ipv6]: skipping V4MAPPED address under -noipv4\n");
821 rfbLogPerror("connect_tcp[ipv6]: socket");
828 rfbLog("connect_tcp[ipv6]: trying sock=%d fam=%d proto=%d using %s\n",
834 rfbLogPerror("connect_tcp[ipv6]: connect");
837 rfbLog("connect_tcp[ipv6]: trying again with IPV6_V6ONLY=0\n")
    [all...]
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 51 // include both IPv4 and IPv6. The following table illustrates the
57 // myIpAddress() | IPv4/IPv6 | IPv4 | IPv4
58 // dnsResolve() | IPv4/IPv6 | IPv4 | IPv4
59 // isResolvable() | IPv4/IPv6 | IPv4 | IPv4
60 // myIpAddressEx() | N/A | IPv4/IPv6 | IPv4/IPv6
61 // dnsResolveEx() | N/A | IPv4/IPv6 | IPv4/IPv6
62 // sortIpAddressList() | N/A | IPv4/IPv6 | IPv4/IPv6
    [all...]
  /system/core/libnetutils/
ifc_utils.c 261 // Allow for IPv6 address, headers, and padding.
351 * Clears IPv6 addresses on the specified interface.
381 // Don't delete the link-local address as well, or it will disable IPv6
448 // TODO - support ipv6
621 * IPv6. On Linux, when an interface goes down it loses all its IPv6
623 * So we clear all unused IPv6 connections on the device by specifying an
624 * empty IPv6 address.
627 // This implicitly specifies an address of ::, i.e., kill all IPv6 sockets.
  /external/lldb/test/pexpect-2.4/examples/
topip.py 14 ./topip.py [-s server_hostname] [-u username] [-p password] {-a from_addr,to_addr} {-n N} {-v} {--ipv6}
23 --ipv6 : this parses netstat output that includes ipv6 format.
25 netstat that print in ipv6 format.
100 optlist, args = getopt.getopt(sys.argv[1:], 'h?valqs:u:p:n:', ['help','h','?','ipv6','stddev='])
161 if '--ipv6' in options:
  /libcore/luni/src/main/java/java/net/
Inet6Address.java 29 * An IPv6 address. See {@link InetAddress}.
72 * Constructs an IPv6 address according to the given {@code host}, {@code
88 throw new UnknownHostException("Not an IPv6 address: " + Arrays.toString(addr));
98 * Gets an IPv6 address instance according to the given {@code host},
177 * Returns whether this IPv6 address is an IPv4-compatible address or not.
179 * and no-longer used equivalent of the modern IPv4-mapped IPv6 addresses.
  /frameworks/base/core/java/android/net/
VpnService.java 237 * Both IPv4 and IPv6 addresses are supported. The VPN must already be established. Fails if the
240 * Adding an address implicitly allows traffic from that address family (i.e., IPv4 or IPv6) to
245 * @param address The IP address (IPv4 or IPv6) to assign to the VPN interface.
265 * Both IPv4 and IPv6 addresses are supported. The VPN must already be established. Fails if the
270 * address family (i.e., IPv4 or IPv6) configured on the VPN, that <b>DOES NOT</b> block that
276 * @param address The IP address (IPv4 or IPv6) to assign to the VPN interface.
449 * Add a network address to the VPN interface. Both IPv4 and IPv6
454 * (i.e., IPv4 or IPv6) to be routed over the VPN. @see #allowFamily
475 * (i.e., IPv4 or IPv6) to be routed over the VPN. @see #allowFamily
485 * Add a network route to the VPN interface. Both IPv4 and IPv6
    [all...]
  /system/extras/tests/net_test/
multinetwork_base.py 80 AUTOCONF_TABLE_SYSCTL = "/proc/sys/net/ipv6/conf/default/accept_ra_rt_table"
109 rules and routes, and supports IPv4 and IPv6.
218 cls.SetSysctl("/proc/sys/net/ipv6/conf/%s/accept_dad" % iface, 0)
240 scapy.IPv6(src=lladdr, hlim=255) /
272 # IPv6 uses autoconf for everything, except if per-device autoconf routing
334 6: "ipv6/icmp/ratelimit"}[version]
410 # Always set the IPv4 interface, because it will be used even on IPv6
519 actualipv6 = actual.getlayer("IPv6")
565 # packet. For now the only tests that use this are IPv6.
566 ipv6 = expected.getlayer("IPv6"
    [all...]
  /external/ppp/pppd/
ipv6cp.c 2 * ipv6cp.c - PPP IPV6 Control Protocol.
183 /* Hook for a plugin to know when IPv6 protocol has come up */
186 /* Hook for a plugin to know when IPv6 protocol has come down */
235 { "ipv6", o_special, (void *)setifaceid,
236 "Set interface identifiers for IPV6",
239 { "+ipv6", o_bool, &ipv6cp_protent.enabled_flag,
240 "Enable IPv6 and IPv6CP", OPT_PRIO | 1 },
242 "Disable IPv6 and IPv6CP", OPT_PRIOSUB },
243 { "-ipv6", o_bool, &ipv6cp_protent.enabled_flag,
244 "Disable IPv6 and IPv6CP", OPT_PRIOSUB | OPT_ALIAS }
    [all...]
eui64.h 49 uint8_t e8[8]; /* lower 64-bit IPv6 address */
50 uint32_t e32[2]; /* lower 64-bit IPv6 address */
  /cts/tests/tests/security/src/android/security/cts/
KernelSettingsTest.java 130 assertEquals("ICMP redirects are enabled for IPv6.",
131 "0", getFile("/proc/sys/net/ipv6/conf/all/accept_redirects"));
  /device/lge/hammerhead/
init.hammerhead.rc 98 write /proc/sys/net/ipv6/conf/rmnet0/accept_ra 2
99 write /proc/sys/net/ipv6/conf/rmnet1/accept_ra 2
100 write /proc/sys/net/ipv6/conf/rmnet2/accept_ra 2
101 write /proc/sys/net/ipv6/conf/rmnet3/accept_ra 2
102 write /proc/sys/net/ipv6/conf/rmnet4/accept_ra 2
103 write /proc/sys/net/ipv6/conf/rmnet5/accept_ra 2
104 write /proc/sys/net/ipv6/conf/rmnet6/accept_ra 2
105 write /proc/sys/net/ipv6/conf/rmnet7/accept_ra 2
  /external/dhcpcd/
platform-linux.c 124 static const char *prefix = "/proc/sys/net/ipv6/conf";
139 "%s: not configured to accept IPv6 RAs", ifname);
  /external/iputils/doc/
ninfod.sgml 11 <refpurpose>Respond to IPv6 Node Information Queries</refpurpose>
25 Responds to <ulink url="http://tools.ietf.org/rfc/rfc4620.txt">IPv6 Node Information Queries (RFC4620)</ulink> from clients.
  /external/libnl/src/
nl-addr-add.c 36 " --preferred=TIME Preferred lifetime (IPv6).\n"
37 " --valid=TIME Valid lifetime (IPv6).\n"
  /bionic/libc/include/netinet/
in.h 39 #include <linux/ipv6.h>
  /development/ndk/platforms/android-21/include/netinet/
in.h 38 #include <linux/ipv6.h>
  /development/ndk/platforms/android-3/include/netinet/
in.h 35 #include <linux/ipv6.h>
  /external/apache-harmony/support/src/test/java/tests/support/
Support_NetworkInterface.java 25 * On windows platforms with IPV6 enabled there are a number of pseudo
  /external/dnsmasq/src/
config.h 75 #define DAD_WAIT 20 /* retry binding IPv6 sockets for this long */
270 /* Decide if we're going to support IPv6 */
271 /* IPv6 can be forced off with "make COPTS=-DNO_IPV6" */
272 /* We assume that systems which don't have IPv6
  /external/iptables/extensions/
libxt_DNAT.man 38 IPv6 support available since Linux kernels >= 3.7.
  /external/iptables/include/linux/
netfilter_ipv6.h 4 /* IPv6-specific defines for netfilter.
  /external/kernel-headers/original/uapi/linux/
netfilter_ipv6.h 0 /* IPv6-specific defines for netfilter.
  /external/libvncserver/webclients/
index.vnc 26 // If there are at least two colons in there, it is likely an IPv6 address. Check for square brackets and add them if missing.
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
EprtCommandHandler.java 30 * IPv6 format (e.g., "1080::8:800:200C:417A")
  /external/selinux/policycoreutils/semanage/
semanage-node.8 58 Protocol for the specified port (tcp|udp) or internet protocol version for the specified node (ipv4|ipv6).

Completed in 377 milliseconds

1 2 3 4 5 67 8 91011>>