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

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/darwin-x86/src/net/
cgo_linux.go 17 // and similarly for IPv6), but in practice setting it causes
ipsock.go 13 // "tcp" and "udp" networks does not listen for both IPv4 and IPv6
15 // routed to an IPv6 socket - two separate sockets are required if
35 // supportsIPv6 reports whether the platform supports IPv6 networking
43 // IPv4 address inside an IPv6 address at transport layer
71 // IPv4 is preferred, unless addr contains an IPv6 literal.
76 // IPv6 literal (addr does NOT contain a port)
79 // IPv6 literal. (addr contains a port, so look for '[')
141 // ipv6only reports whether addr is an IPv6 address except IPv4-mapped IPv6 address.
150 // A literal IPv6 address in hostport must be enclosed in squar
    [all...]
  /prebuilts/go/linux-x86/src/net/
cgo_linux.go 17 // and similarly for IPv6), but in practice setting it causes
ipsock.go 13 // "tcp" and "udp" networks does not listen for both IPv4 and IPv6
15 // routed to an IPv6 socket - two separate sockets are required if
35 // supportsIPv6 reports whether the platform supports IPv6 networking
43 // IPv4 address inside an IPv6 address at transport layer
71 // IPv4 is preferred, unless addr contains an IPv6 literal.
76 // IPv6 literal (addr does NOT contain a port)
79 // IPv6 literal. (addr contains a port, so look for '[')
141 // ipv6only reports whether addr is an IPv6 address except IPv4-mapped IPv6 address.
150 // A literal IPv6 address in hostport must be enclosed in squar
    [all...]
  /system/core/base/
parsenetaddress.cpp 31 bool ipv6 = true; local
39 *error = StringPrintf("bad IPv6 address '%s'", address.c_str());
50 ipv6 = false;
75 StringPrintf(ipv6 ? "[%s]:%d" : "%s:%d", host->c_str(), *port);
  /external/ltp/testcases/network/lib6/
getaddrinfo_01.c 542 /* test 12, IPv6 basic lookup */
563 tst_resm(TFAIL, "getaddrinfo IPv6 basic lookup: "
573 tst_resm(TPASS, "getaddrinfo IPv6 basic lookup");
576 tst_resm(TFAIL, "getaddrinfo IPv6 basic "
582 /* test 13, IPv6 canonical name */
592 tst_resm(TFAIL, "getaddrinfo IPv6 canonical name: no "
597 tst_resm(TFAIL, "getaddrinfo IPv6 canonical name "
603 tst_resm(TPASS, "getaddrinfo IPv6 canonical name");
606 tst_resm(TFAIL, "getaddrinfo IPv6 "
612 /* test 14, IPv6 host+service name *
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
ApnSettingTest.java 162 testString = "[ApnSettingV2] Name,apn,,,,,,,,,123,45,,mms|*,IPV6,IP,true,14";
165 "", "", "", "", "", 0, mmsTypes, "IPV6", "IP", true, 14, 0,
170 testString = "[ApnSettingV2] Name,apn, ,,,,,,,,123,45,,mms|*,IPV6, IP,true,14";
173 "", "", "", "", "", 0, mmsTypes, "IPV6", "IP", true, 14, 0,
178 -1, "12345", "Name", "apn", "", "", "", "", "", "", "", 0, mmsTypes, "IPV6",
183 testString = "[ApnSettingV3] Name,apn,,,,,,,,,123,45,,mms|*,IPV6,IP,true,14,,,,,,,spn,testspn";
185 -1, "12345", "Name", "apn", "", "", "", "", "", "", "", 0, mmsTypes, "IPV6",
191 "[ApnSettingV4] Name,apn,,,,,,,,,123,45,,mms|*,IPV6,IP,true,0,,,,,,,spn,testspn,6";
194 -1, "12345", "Name", "apn", "", "", "", "", "", "", "", 0, mmsTypes, "IPV6",
199 "[ApnSettingV4] Name,apn,,,,,,,,,123,45,,mms|*,IPV6,IP,true,0,,,,,,,spn,testspn,
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/
UefiShellNetwork2CommandsLib.uni 63 #string STR_IFCONFIG6_LINE_HELP #language en-US "Displays or modifies the IPv6 configuration"
99 ".TH ping6 0 "Ping a target machine with UEFI IPv6 network stack."\r\n"
101 "Ping a target machine with UEFI IPv6 network stack.\r\n"
109 " -s SourceIp Source IPv6 address.\r\n"
110 " TargetIp Target IPv6 address.\r\n"
123 ".TH ifconfig6 0 "Displays or modifies IPv6 configuration for network interface."\r\n"
125 "Displays or modifies IPv6 configuration for network interface.\r\n"
129 "IfConfig6 -s <Name> [dad <Num>] [auto | [man [id <mac>] [host <IPv6> gw <IPv6>]\r\n"
130 " [dns <IPv6>]]]\r\n"
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootDxe.uni 5 // the boot image from HTTP server. It could work with an IPv4 or IPv6 stack.
23 #string STR_MODULE_DESCRIPTION #language en-US "This driver provides EFI Load File Protocol which is used to download the boot image from HTTP server. It could work with an IPv4 or IPv6 stack."
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
UefiPxeBcDxe.uni 6 // with an IPv4 stack, an IPv6 stack or both.
23 #string STR_MODULE_DESCRIPTION #language en-US "This driver provides PXE Base Code Protocol which is used to accessing PXE-compatible device for network access or booting. It could work together with an IPv4 stack, an IPv6 stack or both."
  /external/curl/lib/
hostip6.c 26 * Only for IPv6-enabled builds
96 * Curl_ipv6works() returns TRUE if IPv6 seems to work.
100 /* the nature of most system is that IPv6 status doesn't come and go
105 /* probe to see if we have a working IPv6 stack */
108 /* an IPv6 address was requested but we can't get/use one */
152 * Curl_getaddrinfo() when built IPv6-enabled (non-threading and
194 /* The stack seems to be a non-IPv6 one */
203 * The AI_NUMERICHOST must not be set to get synthesized IPv6 address from
  /external/curl/tests/data/
test116 24 # EPRT is only sent when IPv6 is enabled
26 ipv6
test212 24 # EPRT is only sent when IPv6 is enabled
26 ipv6
  /external/dhcpcd-6.8.2/
dhcpcd.conf 44 # Generate Stable Private IPv6 Addresses instead of hardware based ones
51 # Disable IPv6 router solicitation
  /external/iptables/extensions/
libxt_REDIRECT.man 11 127.0.0.1 for IPv4 and ::1 for IPv6).
24 IPv6 support available starting Linux kernels >= 3.7.
  /external/libcups/cups/
http-addrlist.c 140 * system not being configured with IPv4/IPv6/domain socket enabled.
548 char ipv6[64], /* IPv6 address */ local
550 int ipv6len; /* Length of IPv6 address */
566 * Remove brackets from numeric IPv6 address...
575 strlcpy(ipv6, hostname + 4, sizeof(ipv6));
576 if ((ipv6len = (int)strlen(ipv6) - 1) >= 0 && ipv6[ipv6len] == ']')
578 ipv6[ipv6len] = '\0'
    [all...]
  /external/ltp/testcases/network/tcp_cmds/include/
netdefs.h 3 * between IPv4 and IPv6 test code).
40 #define ICMP_PROTO "ipv6-icmp"
  /external/parameter-framework/asio-1.10.6/include/asio/ip/impl/
address.ipp 43 : type_(ipv6),
89 type_ = ipv6;
107 if (type_ != ipv6)
117 if (type_ == ipv6)
124 if (type_ == ipv6)
144 tmp.type_ = ipv6;
198 if (a1.type_ == address::ipv6)
209 if (a1.type_ == address::ipv6)
  /external/ppp/pppd/
pathnames.h 39 #define _PATH_IPV6UP _ROOT_PATH "/etc/ppp/ipv6-up"
40 #define _PATH_IPV6DOWN _ROOT_PATH "/etc/ppp/ipv6-down"
  /system/hardware/interfaces/net/netd/testutils/
VtsHalNetNetdTestUtils.h 38 // Counts the number of IPv4 and IPv6 routing rules that match the given regexp string.
41 // Counts the number of IPv4 and IPv6 routing rules that select the specified fwmark.
  /external/tcpdump/
ipproto.c 35 { IPPROTO_IPV6, "IPv6" },
65 "hopopt", /* 0 (IPPROTO_HOPOPTS, IPv6 Hop-by-Hop Option) */
110 "ipv6", /* 41 (IPPROTO_IPV6, IPv6 encapsulation) */
112 "ipv6-route", /* 43 (IPPROTO_ROUTING, Routing Header for IPv6) */
113 "ipv6-frag", /* 44 (IPPROTO_FRAGMENT, Fragment Header for
114 * IPv6)
133 "ipv6-icmp", /* 58 (IPPROTO_ICMPV6, ICMP for IPv6) */
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Impl.h 236 // IPv6 Configuration Protocol instance
352 Gets the current operational settings for this instance of the EFI IPv6 Protocol driver.
359 @param[out] Ip6ModeData The pointer to the EFI IPv6 Protocol mode data structure.
378 Assigns an IPv6 address and subnet mask to this EFI IPv6 Protocol driver instance.
381 settings for this EFI IPv6 Protocol instance. Until these parameters have been set, no network traffic
384 parameters have been set again. Each EFI IPv6 Protocol instance can be started and stopped
388 If Ip6ConfigData.StationAddress is a valid non-zero IPv6 unicast address, it is required
389 to be one of the currently configured IPv6 addresses list in the EFI IPv6 drivers, or else
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/
Ping6Strings.uni 34 #string STR_PING6_LINE_HELP #language en-US "Ping a target machine with UEFI IPv6 network stack"
37 ".TH Ping6 0 "Ping a target machine with UEFI IPv6 network stack."\r\n"
39 "Ping a target machine with UEFI IPv6 network stack.\r\n"
47 " -s SourceIp Source IPv6 address.\r\n"
48 " TargetIp Target IPv6 address.\r\n"
  /external/ltp/testcases/lib/
tst_net_ip_prefix.c 40 "IPV6_LHOST: IPv6 address of the local host\n"
41 "IPV6_RHOST: IPv6 address of the remote host\n"
45 "IPV6_LPREFIX: IPv6 prefix for IPV6_LNETWORK\n"
46 "IPV6_RPREFIX: IPv6 prefix for IPV6_RNETWORK\n"
48 "Default IPv6 prefix: %d.\n\n"
  /frameworks/base/services/core/java/com/android/server/connectivity/tethering/
TetheringInterfaceUtils.java 35 * Get upstream interfaces for tethering based on default routes for IPv4/IPv6.
51 * Get the upstream interface for IPv6 tethering.
57 // [1] does the upstream have an IPv6 default route?
61 // [2] does the upstream have one or more global IPv6 /64s
74 // Minimal amount of IPv6 provisioning:

Completed in 1169 milliseconds

1 2 3 4 5 67 8 91011>>