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

<<11121314151617181920>>

  /external/libpcap/Win32/Include/
addrinfo.h 64 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
67 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */
75 int ai_protocol; /* 0 or IPPROTO_xxx for IPv4 and IPv6 */
  /external/openssh/
README.platform 18 if found. This will enable IPv6 support. If for some reason configure
23 IPv6 known to work: 5.1ML7 5.2ML2 5.2ML5
24 IPv6 known broken: 4.3.3ML11 5.1ML4
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv6/
ip6_tables.h 71 * the non IPv6 extension headers.
72 * - The protocol numbers of IPv6 extension headers except of ESP and
107 struct ip6t_ip6 ipv6; member in struct:ip6t_entry
  /frameworks/base/core/java/android/net/
LinkProperties.java 107 // When this happens, IPv6-reachable services continue to function
112 // the network succeed (since we support IPv6-only networks) and
117 // from a dualstack network to an IPv6-only network equivalent to
201 * however, particularly with Ipv6 several addresses are typical. Note that the
286 * one IPv4 address and one or more IPv6 addresses.
676 * Returns true if this link has a global preferred IPv6 address.
678 * @return {@code true} if there is a global preferred IPv6 address, {@code false} otherwise.
706 * Returns true if this link has an IPv6 default route.
708 * @return {@code true} if there is an IPv6 default route, {@code false} otherwise.
736 * Returns true if this link has an IPv6 DNS server
    [all...]
RouteInfo.java 39 * If this is {@code null} it indicates a default route of the address family (IPv4 or IPv6)
47 * (IPv4 or IPv6).
90 * if the gateway is an instance of {@link Inet4Address}, or the IPv6 default
181 * if the gateway is an instance of {@link Inet4Address}, or the IPv6 default
333 * Indicates if this route is an IPv6 default route.
343 * @return {@code true} if the destination has a prefix length of 32 or 128 for IPv4 or IPv6,
  /external/dhcpcd/
dhcpcd.conf.5 150 receives an IPv6 RA,
158 Disables kernel IPv6 Router Advertisment processing so dhcpcd can manage
161 Each time dhcpcd receives an IPv6 Router Adveristment, dhcpcd will manage
166 Enables IPv6 Router Advertisment solicitation.
199 Disable solicition of IPv6 Router Advertisements.
  /system/extras/tests/net_test/
multinetwork_test.py 46 IPV6_MARK_REFLECT_SYSCTL = "/proc/sys/net/ipv6/fwmark_reflect"
78 return {4: scapy.IP, 6: scapy.IPv6}[version]
82 if isinstance(packet, scapy.IPv6):
106 packet = (scapy.IPv6(src=srcaddr, dst=dstaddr,
174 ip = scapy.IPv6(src=srcaddr, dst=dstaddr, nh=net_test.IPPROTO_GRE)
188 scapy.IPv6(src=srcaddr, dst=dstaddr) /
201 scapy.IPv6(src=srcaddr, dst=dstaddr) /
221 # IPv6 only started copying the tclass to echo replies in 3.14.
231 packet = (scapy.IPv6(src=srcaddr, dst=solicited) /
238 packet = (scapy.IPv6(src=srcaddr, dst=dstaddr)
    [all...]
  /external/libvncserver/x11vnc/misc/
inet6to4 3 # inet6to4: Act as an ipv6-to-ipv4 relay for tcp applications that
4 # do not support ipv6.
6 # Usage: inet6to4 <ipv6-listen-port> <ipv4-host:port>
7 # inet6to4 -r <ipv4-listen-port> <ipv6-host:port>
14 # clients that need to connect to ipv6 servers.) Reversing is the default
196 my $listen_port = shift; # ipv6-listen-port
226 # force ipv6 interface:
  /external/wpa_supplicant_8/src/radius/
radius_server.c 278 * ipv6 - Whether to enable IPv6 support in the RADIUS server
280 int ipv6; member in struct:radius_server_data
409 int ipv6)
415 if (ipv6) {
434 if (!ipv6 && (client->addr.s_addr & client->mask.s_addr) ==
1215 if (data->ipv6) {
1229 if (!data->ipv6) {
    [all...]
  /external/libpcap/
pcap-filter.manmisc.in 209 This syntax does not work in IPv6-enabled configuration at this moment.
220 An IPv6 network number must be written out fully; the netmask is
221 ff:ff:ff:ff:ff:ff:ff:ff, so IPv6 "network" matches are really always
232 Note that this syntax is not valid for IPv6 \fInet\fR.
306 True if the packet is an IPv6 packet of protocol type \fIprotocol\fP.
309 True if the packet is an IPv4 or IPv6 packet of protocol type
321 True if the packet is IPv6 packet,
330 matches any IPv6 packet with TCP protocol header in the protocol header chain.
333 between IPv6 header and TCP header.
340 True if the packet is an IPv4 or IPv6 packet of protocol typ
    [all...]
  /external/tcpdump/
print-rsvp.c 228 { 256*RSVP_OBJ_RSVP_HOP+RSVP_CTYPE_IPV6, "IPv6" },
230 { 256*RSVP_OBJ_RSVP_HOP+RSVP_CTYPE_4, "IPv6 plus opt. TLVs" },
232 { 256*RSVP_OBJ_NOTIFY_REQ+RSVP_CTYPE_IPV6, "IPv6" },
234 { 256*RSVP_OBJ_CONFIRM+RSVP_CTYPE_IPV6, "IPv6" },
241 { 256*RSVP_OBJ_FILTERSPEC+RSVP_CTYPE_IPV6, "IPv6" },
242 { 256*RSVP_OBJ_FILTERSPEC+RSVP_CTYPE_3, "IPv6 Flow-label" },
245 { 256*RSVP_OBJ_FILTERSPEC+RSVP_CTYPE_13, "IPv6 P2MP LSP Tunnel" },
247 { 256*RSVP_OBJ_SESSION+RSVP_CTYPE_IPV6, "IPv6" },
251 { 256*RSVP_OBJ_SESSION+RSVP_CTYPE_14, "IPv6 P2MP LSP Tunnel" },
253 { 256*RSVP_OBJ_SENDER_TEMPLATE+RSVP_CTYPE_IPV6, "IPv6" },
    [all...]
  /external/iproute2/ip/
ip6tunnel.c 76 printf("%s: %s/ipv6 remote %s local %s",
119 if (strcmp(*argv, "ipv6/ipv6") == 0 ||
122 else if (strcmp(*argv, "ip/ipv6") == 0 ||
123 strcmp(*argv, "ipv4/ipv6") == 0 ||
127 else if (strcmp(*argv, "any/ipv6") == 0 ||
  /external/toybox/toys/other/
ifconfig.c 28 add|del ADDRESS[/PREFIXLEN] - add/remove IPv6 address (1111::8888/128)
81 // You'd think ipv4 and ipv6 would have some basic compatibility, but no.
85 from += 4; // skip "flowinfo" field ipv6 puts before address
105 {ARPHRD_SIT, "IPv6-in-IPv4"}, {-1, "UNSPEC"}
184 // convert giant hex string into colon-spearated ipv6 address by
440 // Add/remove ipv6 address to interface
  /bionic/libc/include/
netdb.h 114 int ai_protocol; /* 0 or IPPROTO_xxx for IPv4 and IPv6 */
165 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
168 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */
  /bionic/libc/include/netinet/
ip_icmp.h 123 * For IPv6 transition related ICMP errors.
193 #define ICMP_IPV6_WHEREAREYOU 33 /* IPv6 where-are-you */
194 #define ICMP_IPV6_IAMHERE 34 /* IPv6 i-am-here */
  /development/ndk/platforms/android-21/include/netinet/
ip_icmp.h 123 * For IPv6 transition related ICMP errors.
193 #define ICMP_IPV6_WHEREAREYOU 33 /* IPv6 where-are-you */
194 #define ICMP_IPV6_IAMHERE 34 /* IPv6 i-am-here */
  /development/ndk/platforms/android-3/include/netinet/
ip_icmp.h 123 * For IPv6 transition related ICMP errors.
193 #define ICMP_IPV6_WHEREAREYOU 33 /* IPv6 where-are-you */
194 #define ICMP_IPV6_IAMHERE 34 /* IPv6 i-am-here */
  /external/android-clat/
dump.c 76 printf("ipv6\n");
156 /* print ipv6/udp header */
215 /* print ipv6/tcp header */
  /external/guava/guava-tests/test/com/google/common/net/
HostAndPortTest.java 216 // Bracketed IPv6 works fine.
219 // Non-bracketed non-IPv6 works fine.
223 // Non-bracketed IPv6 fails.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_ipv6/
ip6_tables.h 44 * the non IPv6 extension headers.
45 * - The protocol numbers of IPv6 extension headers except of ESP and
87 struct ip6t_ip6 ipv6; member in struct:ip6t_entry
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
icmp6.h 86 #define ICMP6_PARAMPROB_OPTION 2 /* unrecognized IPv6 option */
327 /* Mobile IPv6 extension: Advertisement Interval. */
336 /* Mobile IPv6 extension: Home Agent Info. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
icmp6.h 86 #define ICMP6_PARAMPROB_OPTION 2 /* unrecognized IPv6 option */
327 /* Mobile IPv6 extension: Advertisement Interval. */
336 /* Mobile IPv6 extension: Home Agent Info. */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
netdb.h 117 int ai_protocol; /* 0 or IPPROTO_xxx for IPv4 and IPv6 */
171 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
174 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/netinet/
ip_icmp.h 123 * For IPv6 transition related ICMP errors.
193 #define ICMP_IPV6_WHEREAREYOU 33 /* IPv6 where-are-you */
194 #define ICMP_IPV6_IAMHERE 34 /* IPv6 i-am-here */
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
netdb.h 117 int ai_protocol; /* 0 or IPPROTO_xxx for IPv4 and IPv6 */
171 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
174 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */

Completed in 213 milliseconds

<<11121314151617181920>>