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

1 2 3 4 56 7 8 91011>>

  /system/extras/tests/net_test/
ping6_test.py 103 src = packet.getlayer(scapy.IPv6).src
105 scapy.IPv6(src=self.INTERMEDIATE_IPV6, dst=src) /
130 def IPv6Packet(self, ipv6):
131 icmpv6 = ipv6.getlayer(scapy.ICMPv6EchoRequest)
134 if (ipv6.nh != IPPROTO_ICMPV6 or
141 if not self.ChecksumValid(ipv6):
144 if ipv6.dst.startswith("ff02::"):
145 ipv6.dst = ipv6.src
147 ipv6.src = sr
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
in.h 36 IPPROTO_HOPOPTS = 0, /* IPv6 Hop-by-Hop options. */
58 IPPROTO_IPV6 = 41, /* IPv6 header. */
60 IPPROTO_ROUTING = 43, /* IPv6 routing header. */
62 IPPROTO_FRAGMENT = 44, /* IPv6 fragmentation header. */
74 IPPROTO_NONE = 59, /* IPv6 no next header. */
76 IPPROTO_DSTOPTS = 60, /* IPv6 destination options. */
197 /* IPv6 address */
238 /* Ditto, for IPv6. */
243 uint32_t sin6_flowinfo; /* IPv6 flow information */
244 struct in6_addr sin6_addr; /* IPv6 address *
    [all...]
  /external/e2fsprogs/lib/ext2fs/
e2image.h 20 __u32 fs_netaddr_type;/* 0 = IPV4, 1 = IPV6, etc. */
  /external/iproute2/include/
iptables_common.h 3 /* Shared definitions between ipv4 and ipv6. */
  /external/iproute2/man/man8/
ip-address.8.in 59 is a protocol (IP or IPv6) address attached
82 hexadecimal halfwords separated by colons for IPv6. The
127 - (IPv6 only) the address is site local, i.e. it is
167 (IPv6 only) only list addresses installed due to stateless
173 (IPv6 only) only list addresses which have not yet passed duplicate
178 (IPv6 only) only list deprecated addresses.
182 (IPv6 only) only list addresses which have failed duplicate
187 (IPv6 only) only list temporary addresses.
227 Adds an IPv6 address to network interface eth1
ip-addrlabel.8 37 IPv6 address label is used for address selection
ip-ntable.8 87 Shows the neighbour table (IPv4 ARP and IPv6 ndisc) parameters on device eth0.
  /external/iptables/extensions/
libxt_MASQUERADE.man 28 IPv6 support available since Linux kernels >= 3.7.
  /external/kernel-headers/original/uapi/asm-generic/
socket.h 35 /* Security levels - as per NRL IPv6 - don't actually do anything */
  /external/kernel-headers/original/uapi/linux/
ip6_tunnel.h 15 /* being used for Mobile IPv6 */
  /external/nist-sip/java/gov/nist/javax/sip/stack/
HopImpl.java 34 * IPv6 Support added by Emil Ivov (emil_ivov@yahoo.com)<br/>
37 * Bug fix for correct handling of IPV6 Address added by
78 // for correct management of IPv6 addresses.
139 throw new IllegalArgumentException("Bad IPv6 reference spec");
  /external/tcpdump/
Readme.Win32 7 for IPv6 support. You can download it from http://www.microsoft.com/sdk
ipproto.c 40 { IPPROTO_IPV6, "IPv6" },
nlpid.c 44 { NLPID_IP6, "IPv6" },
print-mpls.c 50 /*0*/ "IPv4 explicit NULL", "router alert", "IPv6 explicit NULL",
105 case 2: /* IPv6 explicit NULL label */
121 * for IPv4 and 0x60-0x6f for IPv6;
204 printf("IPv6, length: %u", length);
configure.in 204 # We must check this before checking whether to enable IPv6, because,
210 AC_MSG_CHECKING([whether to enable ipv6])
211 AC_ARG_ENABLE(ipv6,
212 [ --enable-ipv6 enable ipv6 (with ipv4) support
213 --disable-ipv6 disable ipv6 support],
217 AC_DEFINE(INET6, 1, [Define if you enable IPv6 support])
218 ipv6=yes
222 ipv6=n
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
socket.h 36 /* Security levels - as per NRL IPv6 - don't actually do anything */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
in.h 109 /* Options for use with `getsockopt' and `setsockopt' at the IPv6 level.
168 /* Socket level values for IPv6. */
172 /* Routing header options for IPv6. */
176 #define IPV6_RTHDR_TYPE_0 0 /* IPv6 Routing header type 0. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
socket.h 36 /* Security levels - as per NRL IPv6 - don't actually do anything */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
in.h 122 /* Options for use with `getsockopt' and `setsockopt' at the IPv6 level.
181 /* Socket level values for IPv6. */
185 /* Routing header options for IPv6. */
189 #define IPV6_RTHDR_TYPE_0 0 /* IPv6 Routing header type 0. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
in.h 122 /* Options for use with `getsockopt' and `setsockopt' at the IPv6 level.
181 /* Socket level values for IPv6. */
185 /* Routing header options for IPv6. */
189 #define IPV6_RTHDR_TYPE_0 0 /* IPv6 Routing header type 0. */
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
nodeconquery.py 39 network The IPv4/IPv6 address or IPv4/IPv6 network address
45 for IPv4 or socket.AF_INET6 for IPv6)
79 "The address family must be {0} for IPv4 or {1} for IPv6.".
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/
nodeconquery.py 39 network The IPv4/IPv6 address or IPv4/IPv6 network address
45 for IPv4 or socket.AF_INET6 for IPv6)
79 "The address family must be {0} for IPv4 or {1} for IPv6.".
  /external/selinux/secilc/docs/
cil_network_labeling_statements.xml 8 <para>Declares a named IP address in IPv4 or IPv6 format that may be referenced by other CIL statements (i.e. <literal>netifcon</literal>).</para>
44 <para>A correctly formatted IP address in IPv4 or IPv6 format.</para>
125 <para>Label network address objects that represent IPv4 or IPv6 IP addresses and network masks.</para>
148 <para>A previously declared <literal><link linkend="ipaddr">ipaddr</link></literal> identifier, or an anonymous IPv4 or IPv6 formatted address.</para>
156 <para>A previously declared <literal><link linkend="ipaddr">ipaddr</link></literal> identifier, or an anonymous IPv4 or IPv6 formatted address.</para>
  /external/iputils/doc/
ping.sgml 48 <command/ping6/ is IPv6 version of <command/ping/, and can also send Node Information Queries (RFC4620).
49 Intermediate <replaceable/hop/s may not be allowed, because IPv6 source routing was deprecated (RFC5095).
208 <term><option>ipv6</option></term>
209 <listitem><para>Queries for IPv6 Addresses. There are several IPv6 specific flags.
212 <term><option>ipv6-global</option></term>
213 <listitem><para>Request IPv6 global-scope addresses.</para></listitem>
218 <term><option>ipv6-sitelocal</option></term>
219 <listitem><para>Request IPv6 site-local addresses.</para></listitem>
224 <term><option>ipv6-linklocal</option></term
    [all...]

Completed in 424 milliseconds

1 2 3 4 56 7 8 91011>>