HomeSort by relevance Sort by last modified time
    Searched refs:ipv6 (Results 176 - 200 of 206) sorted by null

1 2 3 4 5 6 78 9

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
irclib.py 382 ircname=None, localaddress="", localport=0, ssl=False, ipv6=False):
405 ipv6 -- Enable support for ipv6.
427 if ipv6:
    [all...]
  /external/wpa_supplicant_8/src/ap/
authsrv.c 113 srv.ipv6 = conf->radius_server_ipv6;
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_msg.h 214 int ipv4, char* ipv6, bool isReq);
loc_eng.cpp     [all...]
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng.cpp     [all...]
  /external/chromium_org/chromeos/dbus/
debug_daemon_client.cc 81 virtual void GetRoutes(bool numeric, bool ipv6,
95 elem_writer.AppendVariantOfBool(ipv6);
  /frameworks/base/core/java/android/net/
LinkProperties.java 153 * however, particularly with Ipv6 several addresses are typical. Note that the
238 * one IPv4 address and one or more IPv6 addresses.
603 * Returns true if this link has a global preferred IPv6 address.
605 * @return {@code true} if there is a global preferred IPv6 address, {@code false} otherwise.
633 * Returns true if this link has an IPv6 default route.
635 * @return {@code true} if there is an IPv6 default route, {@code false} otherwise.
663 * Returns true if this link has an IPv6 DNS server.
665 * @return {@code true} if there is an IPv6 DNS server, {@code false} otherwise.
690 * Returns true if this link is provisioned for global IPv6 connectivity.
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.h 231 const bool ipv6,
rtp_rtcp_impl.cc 670 const bool ipv6,
673 if (ipv6) {
    [all...]
  /external/fio/
client.c 238 int ipv6; local
240 ipv6 = type == Fio_client_ipv6;
241 if (fio_server_parse_host(hostname, ipv6,
309 &client->ipv6))
348 if (client->ipv6) {
    [all...]
  /external/mdnsresponder/mDNSCore/
DNSCommon.c 47 // LLMNR uses IPv4 multicast address 224.0.0.252, IPv6 multicast address FF02::0001:0003, and UDP port 5355.
206 case kDNSType_AAAA: mDNS_snprintf(buffer+length, RemSpc, "%.16a", &rd->ipv6); break;
    [all...]
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:__anon31409
858 mDNSv6Addr ipv6; \/\/ For 'AAAA' record member in union:__anon31410
    [all...]
uDNS.c     [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prio.h 135 ** value as AF_INET6 on platforms with IPv6 support.
150 ** Only Internet Protocol (IPv4 and IPv6) addresses are supported.
152 ** or IPv6 (AF_INET6).
196 } ipv6; member in union:PRNetAddr
    [all...]
  /external/libnl/lib/
utils.c 599 __ADD(ETH_P_IPV6,ipv6)
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 274 rpc_loc_server_addr_ipv6_type ipv6;
  /libcore/support/src/test/java/tests/resources/x509/
create.sh 64 openssl req -config ${DIR}/default.cnf -new -key ${DIR}/privkey.pem -nodes -batch | openssl x509 -extfile ${DIR}/default.cnf -extensions ipv6_cert -req -signkey ${DIR}/privkey.pem -outform d > ${DIR}/cert-ipv6.der
  /external/chromium_org/net/third_party/nss/ssl/
sslsock.c     [all...]
  /external/dhcpcd/
ipv6rs.c 43 # include <linux/ipv6.h>
221 syslog(LOG_INFO, "%s: sending IPv6 Router Solicitation", ifp->name);
229 syslog(LOG_INFO, "%s: no IPv6 Routers available", ifp->name);
302 syslog(LOG_ERR, "IPv6 RA packet too short from %s", sfrom);
327 "IPv6 RA did not contain index or hop limit from %s",
336 syslog(LOG_ERR, "invalid IPv6 type or code from %s", sfrom);
341 syslog(LOG_ERR, "RA recieved from non local IPv6 address %s",
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 256 rpc_loc_server_addr_ipv6_type ipv6; member in union:rpc_loc_server_addr_u_type::__anon41857
    [all...]
  /external/tcpdump/
configure     [all...]
  /external/mdnsresponder/mDNSPosix/
NetMonitor.c 547 case kDNSType_AAAA: n += mprintf("%.16a", &rd->ipv6); break;
797 // All IPv6 packets should just be duplicates of the v4 packets.
894 if (IPv6HostList.num) mprintf(" %ld (IPv6)", IPv6HostList.num);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mprapi.h 656 PPP_IPV6_CP_INFO ipv6; member in struct:_PPP_INFO_3
    [all...]
ras.h 1021 RASIPV6ADDR ipv6; member in union:_RASTUNNELENDPOINT::__anon51204
    [all...]
  /external/qemu/qapi-auto-generated/
qapi-types.h 2801 bool ipv6; member in struct:InetSocketAddress
    [all...]

Completed in 2145 milliseconds

1 2 3 4 5 6 78 9