HomeSort by relevance Sort by last modified time
    Searched full:ipv6 (Results 101 - 125 of 2696) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_addrlabel.h 7 * YOSHIFUJI Hideaki @ USAGI/WIDE <yoshfuji@linux-ipv6.org>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_ipv6header.h 1 /* ipv6header match - matches IPv6 packets based
  /external/iproute2/include/uapi/linux/
seg6_local.h 2 * SR-IPv6 implementation
36 /* adjacency segment (IPv6 cross-connect) */
42 /* decap and IPv6 cross-connect */
  /external/iproute2/man/man8/
ip-sr.8 3 ip-sr \- IPv6 Segment Routing management
30 The \fBip sr\fR command is used to configure IPv6 Segment Routing (SRv6)
34 hashing algorithm and secret, and the IPv6 address to use as source for encapsulated
ip-token.8 33 IPv6 tokenized interface identifier support is used for assigning well-known
40 IPv6 Identifiers are described in the draft
41 [1]: <draft-chown-6man-tokenised-ipv6-identifiers-02>.
  /external/iptables/extensions/
libip6t_ipv6header.man 1 This module matches IPv6 extension headers and/or upper layer header.
31 No Next header which matches 59 in the 'Next Header field' of IPv6 header or
32 any IPv6 extension headers
  /external/kernel-headers/original/uapi/linux/
seg6_local.h 2 * SR-IPv6 implementation
36 /* adjacency segment (IPv6 cross-connect) */
42 /* decap and IPv6 cross-connect */
  /external/libnetfilter_conntrack/
configure.ac 36 dnl Again, some systems have it, but not IPv6
38 AC_MSG_CHECKING(if inet_ntop supports IPv6)
63 AC_DEFINE_UNQUOTED(HAVE_INET_NTOP_IPV6, 1, [Define to 1 if inet_ntop supports IPv6.])
  /external/scapy/scapy/contrib/
mpls.uts 19 = Build & dissect - IPv6
20 s = raw(Ether(src="00:01:02:04:05")/MPLS(s=0)/MPLS()/IPv6())
24 assert(IPv6 in p and isinstance(p[MPLS].payload, MPLS))
  /kernel/tests/net/test/
srcaddr_selection_test.py 42 """Test for IPv6 source address selection.
46 7fd2561 net: ipv6: Add a sysctl to make optimistic addresses useful candidates
47 c58da4c net: ipv6: allow explicitly choosing optimistic addresses
48 9131f3d ipv6: Do not iterate over all interfaces when finding source address on specific interface.
49 c0b8da1 ipv6: Fix finding best source address in ipv6_dev_get_saddr().
50 c15df30 ipv6: Remove unused arguments for __ipv6_dev_get_saddr().
51 3985e8a ipv6: sysctl to restrict candidate source addresses
54 2ce95507 net: ipv6: Add a sysctl to make optimistic addresses useful candidates
55 0065bf4 net: ipv6: allow choosing optimistic addresses with use_optimistic
56 0633924 ipv6: sysctl to restrict candidate source addresse
    [all...]
forwarding_test.py 36 self.SetSysctl("/proc/sys/net/ipv6/conf/all/forwarding", 1)
39 self.SetSysctl("/proc/sys/net/ipv6/conf/all/forwarding", 0)
41 """Checks that IPv6 forwarding works for UDP packets and is not broken by early demux.
45 5425077d73e0c8e net: ipv6: Add early demux handler for UDP unicast
46 0bd84065b19bca1 net: ipv6: Fix UDP early demux lookup with udp_l3mdev_accept=0
47 Ifa9c2ddfaa5b51 net: ipv6: reset daddr and dport in sk if connect() fails
56 # IPv6. Use AddAddress for IPv4.
85 """Checks that IPv6 forwarding doesn't crash the system.
89 e7eadb4 ipv6: inet6_sk() should use sk_fullsock()
91 feee3c1 ipv6: inet6_sk() should use sk_fullsock(
    [all...]
xfrm_base.py 104 version: IPPROTO_IP for IPv4, IPPROTO_IPV6 for IPv6. The inner header.
154 ip6_packet = scapy.IPv6(str(ip6_packet))
159 packet: a scapy.IPv6 or scapy.IP packet
166 The encrypted packet (scapy.IPv6 or scapy.IP)
181 ip_type = {4: scapy.IP, 6: scapy.IPv6}[outer_version]
184 esp_nexthdr = {scapy.IPv6: IPPROTO_IPV6,
208 # Fix the IPv4/IPv6 headers.
209 if type(packet) is scapy.IPv6:
213 packet = scapy.IPv6(str(packet))
221 raise ValueError("First layer in packet should be IPv4 or IPv6: " + repr(packet)
    [all...]
  /external/chromium-libpac/src/
net_util.h 29 // IPv4 addresses will have length 4, whereas IPv6 address will have length 16.
33 // Parses an IP address literal (either IPv4 or IPv6) to its numeric value.
43 // CIDR notation literals can use either IPv4 or IPv6 literals. Some examples:
59 // In cases when an IPv4 address is being compared to an IPv6 address prefix
61 // (IPv6) addresses.
net_util.cc 23 #ifndef INET6_ADDRSTRLEN /* for non IPv6 machines */
64 // <IPv6-literal> "/" <number of bits>
95 // either IPv4 or IPv6.
97 // In case we have an IPv6 / IPv4 mismatch, convert the IPv4 addresses to
98 // IPv6 addresses in order to do the comparison.
109 // Otherwise we are comparing two IPv4 addresses, or two IPv6 addresses.
  /external/libnl/src/
nl-monitor.c 53 { RTNLGRP_IPV6_IFADDR, "ipv6-ifaddr" },
54 { RTNLGRP_IPV6_MROUTE, "ipv6-mroute" },
55 { RTNLGRP_IPV6_ROUTE, "ipv6-route" },
56 { RTNLGRP_IPV6_IFINFO, "ipv6-ifinfo" },
59 { RTNLGRP_IPV6_PREFIX, "ipv6-prefix" },
  /frameworks/base/core/java/android/net/metrics/
DefaultNetworkEvent.java 41 // Whether the network has IPv4/IPv6 connectivity.
43 public boolean ipv6; field in class:DefaultNetworkEvent
82 if (ipv4 && ipv6) {
85 if (ipv6) {
86 return "IPv6";
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
Mcast_ip_to_mac.c 22 @param IPv6 Flag to indicate if this is an ipv6 address.
36 IN BOOLEAN IPv6,
47 Snp->Cdb.OpFlags = (UINT16) (IPv6 ? PXE_OPFLAGS_MCAST_IPV6_TO_MAC : PXE_OPFLAGS_MCAST_IPV4_TO_MAC);
112 @param IPv6 Set to TRUE if the multicast IP address is IPv6 [RFC 2460].
124 @retval EFI_INVALID_PARAMETER IP does not point to a valid IPv4 or IPv6
128 @retval EFI_UNSUPPORTED IPv6 is TRUE and the implementation does not
129 support IPv6 multicast to MAC address conversion.
136 IN BOOLEAN IPv6,
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
SnpMcastIpToMac.c 27 @param IPv6 Set to TRUE if the multicast IP address is IPv6 [RFC 2460]. Set
52 IN BOOLEAN IPv6,
65 ( IPv6 && (Ip->v6.Addr[0] ) != 0xFF) || // invalid IPv6 mcast addr
66 (!IPv6 && (Ip->v4.Addr[0] & 0xF0) != 0xE0) // invalid IPv4 mcast addr
87 if (IPv6) {
  /external/curl/tests/server/
resolve.c 72 "/IPv6"
79 else if(!strcmp("--ipv6", argv[arg])) {
80 ipv_inuse = "IPv6";
99 "\n --ipv6"
112 /* Check that the system has IPv6 enabled before checking the resolver */
115 /* an IPv6 address was requested and we can't get/use one */
139 puts("IPv6 support has been disabled in this program");
  /external/syslinux/gpxe/src/net/
ipv6.c 25 /** An IPv6 routing table entry */
37 /* IPv6 address of interface */
43 /** List of IPv6 miniroutes */
47 * Add IPv6 minirouting table entry
82 * Delete IPv6 minirouting table entry
93 * Add IPv6 interface
118 * Remove IPv6 interface
160 * ip6hdr IPv6 header
175 * This function prepends the IPv6 headers to the payload an transmits it.
190 /* Construct the IPv6 packet *
    [all...]
  /prebuilts/go/darwin-x86/src/net/
interface_test.go 30 // ipv6LinkLocalUnicastAddr returns an IPv6 link-local unicast address
121 uniStats.ipv6 += stats.ipv6
153 multiStats.ipv6 += stats.ipv6
180 ipv4, ipv6 int // # of active connected unicast, anycast or multicast routes
184 // Note: BSD variants allow assigning any IPv4/IPv6 address
198 return nil, fmt.Errorf("should be internal representation either IPv6 or IPv4-mapped IPv6 address: %#v", ifa)
217 stats.ipv6+
    [all...]
  /prebuilts/go/linux-x86/src/net/
interface_test.go 30 // ipv6LinkLocalUnicastAddr returns an IPv6 link-local unicast address
121 uniStats.ipv6 += stats.ipv6
153 multiStats.ipv6 += stats.ipv6
180 ipv4, ipv6 int // # of active connected unicast, anycast or multicast routes
184 // Note: BSD variants allow assigning any IPv4/IPv6 address
198 return nil, fmt.Errorf("should be internal representation either IPv6 or IPv4-mapped IPv6 address: %#v", ifa)
217 stats.ipv6+
    [all...]
  /external/ltp/testcases/kernel/containers/netns/
netns_helper.sh 39 # IP addresses of veth0 (IP0) and veth1 (IP1) devices (ipv4/ipv6 variant
56 # Adds "inet6 add" to the 'ifconfig' arguments which is required for the ipv6
86 # only if ipv6 variant of test case is used (determined by IP_VERSION argument).
96 # * IP_VERSION (ipv4|ipv6)
97 # Version of IP. (ipv4|ipv6)
107 # IPv6 addresses for veth0 and veth1 devices.
155 tst_brkm TBROK "sixth argument must be the IPv6 address for veth0"
158 tst_brkm TBROK "seventh argument must be the IPv6 address for veth1"
166 ipv6)
172 tst_brkm TBROK "second argument must be an ip version (ipv4|ipv6)"
    [all...]
  /external/ltp/testcases/network/stress/ns-tools/
add_ipv6addr 28 # Add an IPv6 address to the interface which belongs to the specified
35 # $1: target host to add the IPv6 address
38 # $3: network portion of the IPv6 address
39 # $4: host portion of the IPv6 address
76 # Define IPv6 address and netmask
80 # Assign IPv6 address to the interface belongs the nth Test Link
  /external/autotest/server/cros/packet_generation/
sendra.py 10 """Generate IPv6 Router Advertisement and send to destination.
12 @param dstmac: string HWAddr of the destination ipv6 node.
21 scapy.IPv6() /

Completed in 555 milliseconds

1 2 3 45 6 7 8 91011>>