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

1 2

  /libcore/ojluni/src/main/java/java/net/
SocksConsts.java 47 static final int IPV6 = 4;
SocksSocketImpl.java 374 // IPv6 litteral?
486 /* Test for IPV4/IPV6/Unresolved */
498 out.write(IPV6);
541 case IPV6:
694 // IPv6 litteral?
    [all...]
  /hardware/interfaces/gnss/1.0/
IAGnss.hal 29 IPV6 = 2,
  /external/curl/docs/cmdline-opts/
socks5.d 21 This option (as well as --socks4) does not work with IPV6, FTPS or LDAP.
  /external/libpcap/
grammar.h 112 IPV6 = 322,
234 #define IPV6 322
grammar.y 315 %token IPV6 ICMPV6 AH ESP
507 | IPV6 { $$ = Q_IPV6; }
grammar.c 415 IPV6 = 322,
537 #define IPV6 322
976 "HID6", "AID", "LSH", "RSH", "LEN", "IPV6", "ICMPV6", "AH", "ESP",
    [all...]
scanner.l 112 * Wship6.dll (the file containing getaddrinfo in the IPv6 Technology
260 ip6 return IPV6;
404 bpf_error(yyextra, "bogus IPv6 address %s", yytext);
410 bpf_error(yyextra, "IPv6 address %s not supported", yytext);
pcap.c     [all...]
scanner.c     [all...]
  /external/iproute2/lib/
ll_proto.c 57 __PF(IPV6,ipv6)
  /system/netd/server/binder/android/net/
INetd.aidl 291 * @param family One of IPV4/IPV6 integers, indicating the desired address family directory.
299 const int IPV6 = 6;
553 * Set IPv6 address generation mode. IPv6 should be disabled before changing mode.
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h 116 * IPv6 - true for IP version 6 false for version 4
124 bool IPV6,
  /external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 67 int32_t(const bool TCP, const bool IPV6,
  /frameworks/base/services/core/java/com/android/server/connectivity/
IpConnectivityEventBuilder.java 328 if (in.ipv4 && in.ipv6) {
331 if (in.ipv6) {
332 return IpConnectivityLogClass.DefaultNetworkEvent.IPV6;
  /external/strace/
strace.spec 311 - Display more IPV6 socket options by name (#162450).
  /prebuilts/go/darwin-x86/src/net/
udpsock_test.go 19 b.Skip("IPv6 is not supported")
27 b.Skip("IPv6 link-local unicast address not found")
293 t.Skip("IPv6 is not supported")
330 if _, err := c2.Write([]byte("UDP OVER IPV6 LINKLOCAL TEST")); err != nil {
tcpsock_test.go 37 b.Skip("ipv6 is not supported")
44 b.Skip("ipv6 is not supported")
51 b.Skip("ipv6 is not supported")
58 b.Skip("ipv6 is not supported")
168 b.Skip("ipv6 is not supported")
377 t.Skip("IPv6 is not supported")
414 if _, err := c.Write([]byte("TCP OVER IPV6 LINKLOCAL TEST")); err != nil {
  /prebuilts/go/linux-x86/src/net/
udpsock_test.go 19 b.Skip("IPv6 is not supported")
27 b.Skip("IPv6 link-local unicast address not found")
293 t.Skip("IPv6 is not supported")
330 if _, err := c2.Write([]byte("UDP OVER IPV6 LINKLOCAL TEST")); err != nil {
tcpsock_test.go 37 b.Skip("ipv6 is not supported")
44 b.Skip("ipv6 is not supported")
51 b.Skip("ipv6 is not supported")
58 b.Skip("ipv6 is not supported")
168 b.Skip("ipv6 is not supported")
377 t.Skip("IPv6 is not supported")
414 if _, err := c.Write([]byte("TCP OVER IPV6 LINKLOCAL TEST")); err != nil {
  /system/netd/server/
NetdNativeService.cpp 419 case INetd::IPV6:
420 familyStr = "ipv6";
  /system/netd/tests/
binder_test.cpp 272 {"IPV6", "test_vti6", "::1", "2001:4860:4860::8888", 0x1234 + 50, 0x1234 + 50},
799 { INetd::IPV6, INetd::NEIGH, sTun.name().c_str(), "ucast_solicit", "7", 0 },
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
md8475a.py 218 IPV6 = "IPV6"
    [all...]
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.2.2/
jackson-databind-2.2.2.jar 

Completed in 883 milliseconds

1 2