HomeSort by relevance Sort by last modified time
    Searched refs:IPv6 (Results 1 - 25 of 167) sorted by null

1 2 3 4 5 6 7

  /external/curl/docs/cmdline-opts/
ipv6.d 2 Long: ipv6
6 Mutexed: ipv6
9 Help: Resolve names to IPv6 addresses
11 This option tells curl to resolve names to IPv6 addresses only, and not for
dns-ipv6-addr.d 1 Long: dns-ipv6-addr
3 Help: IPv6 address to use for DNS requests
9 Tell curl to bind to <ip-address> when making IPv6 DNS requests, so that
11 single IPv6 address.
ipv4.d 6 Mutexed: ipv6
12 example try IPv6.
disable-eprt.d 15 If the server is accessed using IPv6, this option will have no effect as EPRT
  /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) {
  /prebuilts/go/darwin-x86/src/net/
ipsock_posix.go 28 // understands IPv6, it's okay to pass IPv4 addresses to the IPv6
30 // Unfortunately, we need to run on kernels built without IPv6
33 // probeIPv6Stack probes both basic IPv6 capability and IPv6 IPv4-
37 // true, kernel supports basic IPv6 functionality. If the second
38 // boolean value is true, kernel supports IPv6 IPv4-mapping.
44 // IPv6 communication capability
46 // IPv4-mapped IPv6 address communication capability
94 // If the platform supports both IPv6 and IPv6 IPv4-mappin
    [all...]
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...]
cgo_linux.go 17 // and similarly for IPv6), but in practice setting it causes
ipsock.go 14 // "tcp" and "udp" networks does not listen for both IPv4 and IPv6
16 // routed to an IPv6 socket - two separate sockets are required if
25 // supportsIPv6 reports whether the platform supports IPv6
30 // mapping an IPv4 address inside an IPv6 address at transport
104 // ipv6only reports whether addr is an IPv6 address except IPv4-mapped IPv6 address.
110 // "[host]:port" or "[ipv6-host%zone]:port" into host or
111 // ipv6-host%zone and port. A literal address or host name for IPv6
113 // "[ipv6-host]:http" or "[ipv6-host%zone]:80"
    [all...]
main_test.go 38 // If external IPv6 connectivity exists, we can try dialing
39 // non-node/interface local scope IPv6 addresses.
40 // On Windows, Lookup APIs may not return IPv6-related
41 // resource records when a node has no external IPv6
43 testIPv6 = flag.Bool("ipv6", false, "assume external IPv6 connectivity exists")
external_test.go 19 t.Skip("both IPv4 and IPv6 are required")
34 t.Errorf("got %v; want an IPv6 address on %s", addr, network)
66 t.Skip("both IPv4 and IPv6 are required")
102 "ipv6.google.com:80",
104 "ipv6.google.com:http",
addrselect_test.go 205 {ParseIP("ff02::"), scopeLinkLocal}, // IPv6 multicast
206 {ParseIP("ff05::"), scopeSiteLocal}, // IPv6 multicast
207 {ParseIP("ff04::"), scopeAdminLocal}, // IPv6 multicast
208 {ParseIP("ff0e::"), scopeGlobal}, // IPv6 multicast
example_test.go 43 // This mask corresponds to a /64 subnet for IPv6.
  /prebuilts/go/linux-x86/src/net/
ipsock_posix.go 28 // understands IPv6, it's okay to pass IPv4 addresses to the IPv6
30 // Unfortunately, we need to run on kernels built without IPv6
33 // probeIPv6Stack probes both basic IPv6 capability and IPv6 IPv4-
37 // true, kernel supports basic IPv6 functionality. If the second
38 // boolean value is true, kernel supports IPv6 IPv4-mapping.
44 // IPv6 communication capability
46 // IPv4-mapped IPv6 address communication capability
94 // If the platform supports both IPv6 and IPv6 IPv4-mappin
    [all...]
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...]
cgo_linux.go 17 // and similarly for IPv6), but in practice setting it causes
ipsock.go 14 // "tcp" and "udp" networks does not listen for both IPv4 and IPv6
16 // routed to an IPv6 socket - two separate sockets are required if
25 // supportsIPv6 reports whether the platform supports IPv6
30 // mapping an IPv4 address inside an IPv6 address at transport
104 // ipv6only reports whether addr is an IPv6 address except IPv4-mapped IPv6 address.
110 // "[host]:port" or "[ipv6-host%zone]:port" into host or
111 // ipv6-host%zone and port. A literal address or host name for IPv6
113 // "[ipv6-host]:http" or "[ipv6-host%zone]:80"
    [all...]
main_test.go 38 // If external IPv6 connectivity exists, we can try dialing
39 // non-node/interface local scope IPv6 addresses.
40 // On Windows, Lookup APIs may not return IPv6-related
41 // resource records when a node has no external IPv6
43 testIPv6 = flag.Bool("ipv6", false, "assume external IPv6 connectivity exists")
external_test.go 19 t.Skip("both IPv4 and IPv6 are required")
34 t.Errorf("got %v; want an IPv6 address on %s", addr, network)
66 t.Skip("both IPv4 and IPv6 are required")
102 "ipv6.google.com:80",
104 "ipv6.google.com:http",
  /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...]
  /external/iptables/etc/
ethertypes 33 IPv6 86DD ip6 # IP version 6
  /external/libvncserver/
rfbconfig.h 329 /* Enable IPv6 support */
330 #define IPv6 1
  /external/ltp/testcases/network/stress/ns-tools/
ns-echoclient 37 # 6: IPv6
75 6: IPv6
  /kernel/tests/net/test/
packets.py 45 return {4: scapy.IP, 6: scapy.IPv6}[version]
48 if isinstance(packet, scapy.IPv6):
70 packet = (scapy.IPv6(src=srcaddr, dst=dstaddr,
136 ip = scapy.IPv6(src=srcaddr, dst=dstaddr, nh=net_test.IPPROTO_GRE)
149 scapy.IPv6(src=srcaddr, dst=dstaddr) /
161 scapy.IPv6(src=srcaddr, dst=dstaddr) /
179 # IPv6 only started copying the tclass to echo replies in 3.14.
188 packet = (scapy.IPv6(src=srcaddr, dst=solicited) /
194 packet = (scapy.IPv6(src=srcaddr, dst=dstaddr) /
  /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 625 milliseconds

1 2 3 4 5 6 7