/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
loc_eng_agps.h | 305 unsigned int ipv4, char* ipv6) : 308 if (NULL == ipv6) { 311 memcpy(mIPv6Addr, ipv6, sizeof(mIPv6Addr));
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
loc_eng_agps.h | 305 unsigned int ipv4, char* ipv6) : 308 if (NULL == ipv6) { 311 memcpy(mIPv6Addr, ipv6, sizeof(mIPv6Addr));
|
/external/dhcpcd-6.8.2/ |
dhcpcd.h | 142 struct ipv6_ctx *ipv6; member in struct:dhcpcd_ctx
|
ipv6.c | 64 #include "ipv6.h" 86 # warning kernel does not report IPv6 address flag changes 131 if (dhcpcd_ctx->ipv6) 132 return dhcpcd_ctx->ipv6; 173 dhcpcd_ctx->ipv6 = ctx; 278 /* http://www.iana.org/assignments/ipv6-interface-ids/ipv6-interface-ids.xhtml 1290 if (ctx->ipv6 == NULL) 1293 ipv6_freerts(ctx->ipv6->routes); 1294 free(ctx->ipv6->routes) [all...] |
/external/fio/ |
client.h | 53 int ipv6; member in struct:fio_client
|
/external/iptables/iptables/ |
xtables-translate.c | 183 memcpy(&cs->fw6.ipv6.src, 185 memcpy(&cs->fw6.ipv6.smsk, 188 memcpy(&cs->fw6.ipv6.dst, 191 memcpy(&cs->fw6.ipv6.dmsk,
|
/external/libvncserver/webclients/java-applet/ssl/ |
ss_vncviewer | 419 if ultravnc_dsm_helper -help 2>&1 | grep -iw ipv6 >/dev/null; then 571 # try to see if it is ipv6 address: 572 ipv6=0 574 # ipv6 [fe80::219:dbff:fee5:3f92%eth1]:5900 577 ipv6=1 579 # ipv6 fe80::219:dbff:fee5:3f92%eth1:5900 582 ipv6=1 600 ipv6=0 601 #elif [ "X$reverse" != "X" -a "X$ipv6" = "X1" ]; then 602 # ipv6= [all...] |
/prebuilts/go/darwin-x86/src/net/ |
external_test.go | 19 t.Skip("both IPv4 and IPv6 are required") 34 t.Errorf("got %v; want an IPv6 address on %s", addr, network) 66 t.Skip("both IPv4 and IPv6 are required") 102 "ipv6.google.com:80", 104 "ipv6.google.com:http",
|
net_windows_test.go | 259 return fmt.Errorf("%s:%s isup=%v: ipv4 and ipv6 report different interface state", ipver, name, isup) 294 err = netshInterfaceIPShowInterface("ipv6", ifaces) 400 // TODO: need to test ipv6 netmask too, but netsh does not outputs it 430 // netsh can create IPv4-embedded IPv6 addresses, like fe80::5efe:192.168.140.1. 454 outIPV6, err := runCmd("netsh", "interface", "ipv6", "show", "address", "level=verbose") 480 // netsh does not output netmask for ipv6, so ignore ipv6 mask 488 // netsh does not output netmask for ipv6, so ignore ipv6 mask
|
ipsock.go | 14 // "tcp" and "udp" networks does not listen for both IPv4 and IPv6 16 // routed to an IPv6 socket - two separate sockets are required if 25 // supportsIPv6 reports whether the platform supports IPv6 30 // mapping an IPv4 address inside an IPv6 address at transport 104 // ipv6only reports whether addr is an IPv6 address except IPv4-mapped IPv6 address. 110 // "[host]:port" or "[ipv6-host%zone]:port" into host or 111 // ipv6-host%zone and port. A literal address or host name for IPv6 113 // "[ipv6-host]:http" or "[ipv6-host%zone]:80" [all...] |
/prebuilts/go/linux-x86/src/net/ |
external_test.go | 19 t.Skip("both IPv4 and IPv6 are required") 34 t.Errorf("got %v; want an IPv6 address on %s", addr, network) 66 t.Skip("both IPv4 and IPv6 are required") 102 "ipv6.google.com:80", 104 "ipv6.google.com:http",
|
net_windows_test.go | 259 return fmt.Errorf("%s:%s isup=%v: ipv4 and ipv6 report different interface state", ipver, name, isup) 294 err = netshInterfaceIPShowInterface("ipv6", ifaces) 400 // TODO: need to test ipv6 netmask too, but netsh does not outputs it 430 // netsh can create IPv4-embedded IPv6 addresses, like fe80::5efe:192.168.140.1. 454 outIPV6, err := runCmd("netsh", "interface", "ipv6", "show", "address", "level=verbose") 480 // netsh does not output netmask for ipv6, so ignore ipv6 mask 488 // netsh does not output netmask for ipv6, so ignore ipv6 mask
|
ipsock.go | 14 // "tcp" and "udp" networks does not listen for both IPv4 and IPv6 16 // routed to an IPv6 socket - two separate sockets are required if 25 // supportsIPv6 reports whether the platform supports IPv6 30 // mapping an IPv4 address inside an IPv6 address at transport 104 // ipv6only reports whether addr is an IPv6 address except IPv4-mapped IPv6 address. 110 // "[host]:port" or "[ipv6-host%zone]:port" into host or 111 // ipv6-host%zone and port. A literal address or host name for IPv6 113 // "[ipv6-host]:http" or "[ipv6-host%zone]:80" [all...] |
/external/iptables/etc/ |
xtables.conf | 35 family ipv6 {
|
/bionic/libc/kernel/uapi/linux/netfilter_ipv6/ |
ip6_tables.h | 92 struct ip6t_ip6 ipv6; member in struct:ip6t_entry
|
/cts/tests/tests/net/src/android/net/ipv6/cts/ |
PingTest.java | 17 package android.net.ipv6.cts; 38 * Checks that the device has kernel support for the IPv6 ping socket. This allows ping6 to work 44 * <li>6d0bfe2 net: ipv6: Add IPv6 support to the ping socket. 46 * <li>fbfe80c net: ipv6: fix wrong ping_v6_sendmsg return value 47 * <li>a1bdc45 net: ipv6: add missing lock in ping_v6_sendmsg 87 * Creates an IPv6 ping socket and sets a receive timeout of 100ms.
|
/development/ndk/platforms/android-21/include/linux/netfilter_ipv6/ |
ip6_tables.h | 91 struct ip6t_ip6 ipv6; member in struct:ip6t_entry
|
/development/ndk/platforms/android-9/include/linux/netfilter_ipv6/ |
ip6_tables.h | 67 struct ip6t_ip6 ipv6; member in struct:ip6t_entry
|
/external/curl/docs/examples/ |
Makefile.netware | 214 ifeq ($(findstring -ipv6,$(CFG)),-ipv6)
|
/external/iproute2/lib/ |
ll_proto.c | 58 __PF(IPV6,ipv6)
|
/external/iptables/extensions/ |
libxt_multiport.c | 205 entry->ipv6.proto, entry->ipv6.invflags); 247 entry->ipv6.proto, entry->ipv6.invflags);
|
/external/iptables/include/linux/netfilter_ipv6/ |
ip6_tables.h | 71 * the non IPv6 extension headers. 72 * - The protocol numbers of IPv6 extension headers except of ESP and 107 struct ip6t_ip6 ipv6; member in struct:ip6t_entry
|
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/ |
ip6_tables.h | 74 * the non IPv6 extension headers. 75 * - The protocol numbers of IPv6 extension headers except of ESP and 110 struct ip6t_ip6 ipv6; member in struct:ip6t_entry
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
loc_eng_msg.h | 214 int ipv4, char* ipv6, bool isReq);
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
loc_eng_msg.h | 214 int ipv4, char* ipv6, bool isReq);
|