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

<<31323334353637383940>>

  /external/ppp/pppd/
pppd.8 166 Note that for the IPv6 protocol, the MRU must be at least 1280.
173 the IPv6 protocol, the MTU must be at least 1280.
196 .B +ipv6
197 Enable the IPv6CP and IPv6 protocols.
199 .B ipv6 \fI<local_interface_identifier>\fR,\fI<remote_interface_identifier>
202 IPv6 addresses (e.g. ::dead:beef). If the
457 With this option, pppd will accept the peer's idea of our local IPv6
458 interface identifier, even if the local IPv6 interface identifier
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 173 kDNSType_AAAA, // 28 IPv6 Address
183 kDNSType_A6, // 38 IPv6 Address (deprecated)
184 kDNSType_DNAME, // 39 Non-terminal DNAME (for IPv6)
276 typedef mDNSOpaque128 mDNSv6Addr; // An IPv6 address is a 16-byte opaque identifier (not an integer)
396 // For IPv6: "x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.ip6.arpa." 74 bytes including terminating NUL
469 // 40 (IPv6 header) + 8 (UDP header) + 12 (DNS message header) + 1440 (DNS message body) = 1500 total
475 mDNSu8 data[AbsoluteMaxDNSMessageData]; // 40 (IPv6) + 8 (UDP) + 12 (DNS header) + 8940 (data) = 9000
841 mDNSv6Addr ipv6; \/\/ For 'AAAA' record member in union:__anon15951
858 mDNSv6Addr ipv6; \/\/ For 'AAAA' record member in union:__anon15952
    [all...]
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
ssvnc.tcl 454 listen on that interface only. Listening on IPv6 can also be done, use
455 e.g. :::0 or ::1:0 This listening on IPv6 (:::0) works for UN-encrypted
    [all...]
  /packages/apps/Messaging/res/xml/
apns.xml     [all...]
  /external/fio/
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/iputils/
RELNOTES 36 tracepath6: Ignore families other than IPv4 and IPv6.
84 ping6 doc: Explicitly describe ping6 is IPv6 version if ping.
151 ping6: NI Subjecet address did not work (-N subject-{ipv6,ipv4] suboptions).
286 ping6: Support Qtypes for IPv6/IPv4 Addresses.
289 ping6: Add subject-ipv6 and subject-ipv4 NI sub-option for subject address.
292 ping6: Always enable IPv6 Node Information Queries.
  /libcore/luni/src/main/java/java/net/
URI.java 114 * <tr><td>Host </td><td>{@code 0-9}, {@code a-z}, {@code A-Z}, {@code -.[]} </td><td>Domain name, IPv4 address or [IPv6 address] </td><td> </td><td>host</td></tr>
263 // check for IPv6 addresses that hasn't been enclosed in square brackets
525 // IPv6 address
528 "Expected a closing square bracket for IPv6 address", 0);
532 // that it's a numeric IPv6 address.
535 throw new URISyntaxException(host, "Malformed IPv6 address");
    [all...]
  /device/sample/etc/
apns-full-conf.xml     [all...]
old-apns-conf.xml     [all...]
  /device/lge/hammerhead/
apns-full-conf.xml     [all...]
  /external/chromium-libpac/test/js-unittest/
pac_library_unittest.js 91 // Verify that IPv6 address is not re-written (not reduced).
135 // IPv4 and IPv6 mix.
  /external/iputils/ninfod/
ninfod_core.c 32 * YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
142 .name = "IPv6",
  /external/kernel-headers/original/uapi/linux/
pkt_sched.h 11 with obsolete IPv6 values is not occasional :-). New IPv6 drafts
  /external/libvncserver/libvncclient/
sockets.c 396 rfbClientErr("ConnectClientToTcpAddr6: IPv6 disabled\n");
550 /* we have seperate IPv4 and IPv6 sockets since some OS's do not support dual binding */
  /external/openssh/
sftp.0 34 path names, IPv6 addresses must be enclosed in square brackets to avoid
45 -6 Forces sftp to use IPv6 addresses only.
sftp.1 94 names, IPv6 addresses must be enclosed in square brackets to avoid ambiguity.
109 to use IPv6 addresses only.
  /external/tcpdump/
print-babel.c 123 snprintf(buf, 50, "IPv6 addresses not supported");
138 return "IPv6 addresses not supported";
  /frameworks/base/core/java/android/net/
NetworkUtils.java 52 * Reset IPv6 or IPv4 sockets that are connected via the named interface.
405 * @param addrHexString a 32 character hex string representing an IPv6 addr
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
InetAddressTest.java 106 // IPv4 and IPv6 subtypes.
270 // Check an IPv4 address with an IPv6 hostname
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 92 * the address as an IPv4-mapped IPv6 address in a struct sockaddr_in6 to specifying it as an IPv4
95 * This is needed because all sockets created by the java.net APIs are IPv6 sockets, and on those
113 /* inetAddressToSockaddr always returns an IPv6 sockaddr. Assume that java_fd was created \
114 * by Java API calls, which always create IPv6 socket fds, and pass it in as is. */ \
117 /* We passed in an IPv4 address in an IPv6 sockaddr and the kernel told us that we got \
    [all...]
  /external/apache-http/src/org/apache/http/conn/params/
ConnRouteParams.java 174 * :: for IPv6) to override a specific local address in a hierarchy.
  /external/conscrypt/src/main/java/org/conscrypt/
AddressUtils.java 26 * Regex that matches valid IPv4 and IPv6 addresses.
  /external/iproute2/doc/actions/
ifb-README 122 [In this case the three dropped packets were ipv6 ndisc].
  /external/iproute2/ip/
ipaddrlabel.c 23 * Authors: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
  /external/iproute2/man/man8/
tc-sfq.8 65 If these are available. SFQ knows about ipv4 and ipv6 and also UDP, TCP and ESP.

Completed in 377 milliseconds

<<31323334353637383940>>