/prebuilts/go/linux-x86/src/net/ |
udpsock.go | 25 Zone string // IPv6 scoped addressing zone 57 // or "[ipv6-host%zone]:port" and resolves a pair of domain name and 59 // "udp6". A literal address or host name for IPv6 must be enclosed 60 // in square brackets, as in "[::1]:80", "[ipv6-host]:http" or 61 // "[ipv6-host%zone]:80". 239 // golang.org/x/net/ipv6 packages for general purpose uses.
|
tcpsock_test.go | 36 b.Skip("ipv6 is not supported") 43 b.Skip("ipv6 is not supported") 50 b.Skip("ipv6 is not supported") 57 b.Skip("ipv6 is not supported") 167 b.Skip("ipv6 is not supported") 376 t.Skip("IPv6 is not supported") 413 if _, err := c.Write([]byte("TCP OVER IPV6 LINKLOCAL TEST")); err != nil {
|
addrselect.go | 174 // IPv6 in IPv4) and DB is not, then prefer DB. Similarly, if DB is 190 // When DA and DB belong to the same address family (both are IPv6 or 197 // problems (see issues 13283 and 18518), so limit to IPv6. 293 // is not IPv6. 333 ipv6 := len(ip) == IPv6len && ip.To4() == nil 334 if ipv6 && ip.IsMulticast() { 339 if ipv6 && ip[0] == 0xfe && ip[1]&0xc0 == 0xc0 { 350 // If a or b is an IPv4 address as an IPv6 address, the IPv4 addresses 365 // If IPv6, only up to the prefix (first 64 bits)
|
tcpsock.go | 22 Zone string // IPv6 scoped addressing zone 54 // or "[ipv6-host%zone]:port" and resolves a pair of domain name and 56 // "tcp6". A literal address or host name for IPv6 must be enclosed 57 // in square brackets, as in "[::1]:80", "[ipv6-host]:http" or 58 // "[ipv6-host%zone]:80".
|
packetconn_test.go | 19 // golang.org/x/net/ipv6
|
/prebuilts/go/darwin-x86/src/net/ |
tcpsock_test.go | 36 b.Skip("ipv6 is not supported") 43 b.Skip("ipv6 is not supported") 50 b.Skip("ipv6 is not supported") 57 b.Skip("ipv6 is not supported") 167 b.Skip("ipv6 is not supported") 376 t.Skip("IPv6 is not supported") 413 if _, err := c.Write([]byte("TCP OVER IPV6 LINKLOCAL TEST")); err != nil {
|
addrselect.go | 174 // IPv6 in IPv4) and DB is not, then prefer DB. Similarly, if DB is 190 // When DA and DB belong to the same address family (both are IPv6 or 197 // problems (see issues 13283 and 18518), so limit to IPv6. 293 // is not IPv6. 333 ipv6 := len(ip) == IPv6len && ip.To4() == nil 334 if ipv6 && ip.IsMulticast() { 339 if ipv6 && ip[0] == 0xfe && ip[1]&0xc0 == 0xc0 { 350 // If a or b is an IPv4 address as an IPv6 address, the IPv4 addresses 365 // If IPv6, only up to the prefix (first 64 bits)
|
tcpsock.go | 22 Zone string // IPv6 scoped addressing zone 54 // or "[ipv6-host%zone]:port" and resolves a pair of domain name and 56 // "tcp6". A literal address or host name for IPv6 must be enclosed 57 // in square brackets, as in "[::1]:80", "[ipv6-host]:http" or 58 // "[ipv6-host%zone]:80".
|
packetconn_test.go | 19 // golang.org/x/net/ipv6
|
dnsmsg.go | 76 // and a tag ("", "domain", "ipv4", "ipv6") specifying 304 return rr.Hdr.Walk(f) && f(rr.AAAA[:], "AAAA", "ipv6") 567 // Generic struct printer. Prints fields with tag "ipv4" or "ipv6" 582 case "ipv6":
|
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/fio/ |
server.c | [all...] |
configure | 1171 # Check whether we have the required functions for ipv6 1172 ipv6="no" 1192 if compile_prog "" "" "ipv6"; then 1193 ipv6="yes" 1195 echo "IPv6 helpers $ipv6" [all...] |
client.c | 270 int ipv6; local 272 ipv6 = type == Fio_client_ipv6; 273 if (fio_server_parse_host(hostname, ipv6, 353 &client->ipv6)) 375 if (client->ipv6) 413 if (client->ipv6) { [all...] |
/external/mdnsresponder/mDNSPosix/ |
Identify.c | 140 mprintf("%##s %s %.16a\n", answer->name->c, DNSTypeName(answer->rrtype), &answer->rdata->u.ipv6); 144 hostaddr.ip.v6 = answer->rdata->u.ipv6; 376 fprintf(stderr, "Usage: %s <dot-local hostname> or <IPv4 address> or <IPv6 address> ...\n", progname);
|
/frameworks/base/services/net/java/android/net/util/ |
ConnectivityPacketSummary.java | 35 * Outputs short descriptions of ARP, DHCPv4, and IPv6 RS/RA/NS/NA packets. 105 sj.add("ipv6"); 349 private static String getIPv6AddressString(ByteBuffer ipv6) { 350 return getIpAddressString(ipv6, IPV6_ADDR_LEN);
|
/external/iproute2/examples/bpf/ |
bpf_prog.c | 164 #include <linux/ipv6.h>
|
/external/libmicrohttpd/src/spdy2http/ |
proxy.c | 71 bool ipv6; member in struct:global_options 947 if(glob_opt.ipv4 && !glob_opt.ipv6) 949 else if(glob_opt.ipv6 && !glob_opt.ipv4) 1282 " -6, --curl-ipv6 Curl may use IPv6 to connect to the final destination.\n" 1283 " If neither --curl-ipv4 nor --curl-ipv6 is set,\n" [all...] |
/external/libnl/include/netlink-private/ |
netlink.h | 55 #include <linux/ipv6.h>
|
/external/webrtc/webrtc/base/ |
network.h | 109 // IP address. (i.e. INADDR_ANY for IPv4 or in6addr_any for IPv6). This is 166 const IPAddress& ipv6); 302 // Here is the rule on how we mark the IPv6 address as ignorable for WebRTC. 305 // 3) if #2 not available, use ULA ipv6 as last resort. (ULA stands 313 // but the lack of rule #3 shouldn't prevent turning on IPv6 since 317 // IPv6 address 336 // Should only be relevant for link-local IPv6 addresses.
|
/external/wpa_supplicant_8/src/ap/ |
authsrv.c | 119 srv.ipv6 = conf->radius_server_ipv6;
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
loc_eng_msg.h | 214 int ipv4, char* ipv6, bool isReq);
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
loc_eng.cpp | [all...] |
/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 122 // Additionally, losing IPv6 provisioning can result in TCP 124 // baffling failures. Therefore, loss of either IPv4 or IPv6 on a 205 * however, particularly with Ipv6 several addresses are typical. Note that the 290 * one IPv4 address and one or more IPv6 addresses. 681 * Returns true if this link has a global preferred IPv6 address. 683 * @return {@code true} if there is a global preferred IPv6 address, {@code false} otherwise. 711 * Returns true if this link has an IPv6 default route [all...] |
/prebuilts/go/darwin-x86/src/net/http/ |
http.go | 36 // Given a string of the form "host", "host:port", or "[ipv6::address]:port",
|