/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/netinet/ |
in.h | 35 #include <linux/ipv6.h>
|
/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/tools/netpipe-2.4-ipv6/ |
Makefile | 13 TARGETS = NPtcp-ipv6 31 @ln -f NPtcp-ipv6 ../../testcases/bin 36 TCP: NPtcp-ipv6 39 NPtcp-ipv6: NPtcp.o TCP.o 40 $(CC) $(CFLAGS) NPtcp.o TCP.o -o NPtcp-ipv6 $(EXTRA_LIBS)
|
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/ipaddr/ |
ipaddr_test.py | 36 self.ipv6 = ipaddr.IPv6Network('2001:658:22a:cafe:200:0:0:1/64') 41 del(self.ipv6) 167 self.assertEqual(int(self.ipv6.network), 169 self.assertEqual(str(self.ipv6.network), 171 self.assertEqual(str(self.ipv6.hostmask), 224 ipv6 = ipaddr.IPNetwork('2001:658:22a:cafe:200:0:0:1') 226 self.assertEqual(ipv6, ipaddr.IPNetwork(int(ipv6))) 229 self.assertEqual(self.ipv6.ip, ipaddr.IPv6Network(v6_int).ip) 236 self.assertEqual(ipaddr.IPNetwork(self.ipv6.ip).version, 6 [all...] |
/external/libcups/cups/ |
http-addrlist.c | 140 * system not being configured with IPv4/IPv6/domain socket enabled. 533 char ipv6[64], /* IPv6 address */ local 535 int ipv6len; /* Length of IPv6 address */ 551 * Remove brackets from numeric IPv6 address... 560 strlcpy(ipv6, hostname + 4, sizeof(ipv6)); 561 if ((ipv6len = (int)strlen(ipv6) - 1) >= 0 && ipv6[ipv6len] == ']') 563 ipv6[ipv6len] = '\0' [all...] |
http-addr.c | 45 IN6_IS_ADDR_UNSPECIFIED(&(addr->ipv6.sin6_addr))) 114 return (!memcmp(&(addr1->ipv6.sin6_addr), &(addr2->ipv6.sin6_addr), 16)); 135 return (sizeof(addr->ipv6)); 293 IN6_IS_ADDR_LOOPBACK(&(addr->ipv6.sin6_addr))) 406 host = gethostbyaddr((char *)&(addr->ipv6.sin6_addr), 462 return (ntohs(addr->ipv6.sin6_port)); 484 addr->ipv6.sin6_port = htons(port); 570 for (sptr = temps, i = 0; i < 4 && addr->ipv6.sin6_addr.s6_addr32[i]; i ++) 572 temp = ntohl(addr->ipv6.sin6_addr.s6_addr32[i]) [all...] |
/bionic/libc/include/netinet/ |
in.h | 39 #include <linux/ipv6.h>
|
/external/curl/ |
androidconfigure | 49 --enable-ipv6 \
|
/external/iptables/extensions/ |
libip6t_MASQUERADE.c | 4 * Based on Rusty Russell's IPv4 MASQUERADE target. Development of IPv6 NAT 79 if (entry->ipv6.proto == IPPROTO_TCP || 80 entry->ipv6.proto == IPPROTO_UDP || 81 entry->ipv6.proto == IPPROTO_SCTP || 82 entry->ipv6.proto == IPPROTO_DCCP || 83 entry->ipv6.proto == IPPROTO_ICMP)
|
libip6t_REDIRECT.c | 4 * Based on Rusty Russell's IPv4 REDIRECT target. Development of IPv6 NAT 80 if (entry->ipv6.proto == IPPROTO_TCP 81 || entry->ipv6.proto == IPPROTO_UDP 82 || entry->ipv6.proto == IPPROTO_SCTP 83 || entry->ipv6.proto == IPPROTO_DCCP 84 || entry->ipv6.proto == IPPROTO_ICMP)
|
/external/ltp/testcases/network/xinetd/ |
xinetd_tests.sh | 143 flags = IPv6 163 cat > $LTPTMP/tst_xinetd.exp.1.ipv6 <<-EOF 193 cat > $LTPTMP/tst_xinetd.exp.2.ipv6 <<-EOF 204 "INIT: unable to create expected file $LTPTMP/tst_xinetd.exp.2.ipv6" 322 tst_retry "echo '' | $TELNET_COMM ::1 2>$LTPTMP/tst_xinetd.out.ipv6 \ 324 diff -iwB $LTPTMP/tst_xinetd.out.ipv6 $LTPTMP/tst_xinetd.exp.1.ipv6 \ 325 > $LTPTMP/tst_xinetd.err.ipv6 2>&1 329 tst_res TFAIL $LTPTMP/tst_xinetd.err.ipv6 \ 390 tst_retry "echo '' | $TELNET_COMM ::1 2>$LTPTMP/tst_xinetd.out.ipv6 2>&1 [all...] |
/external/android-clat/ |
Android.mk | 4 LOCAL_SRC_FILES:=clatd.c dump.c checksum.c translate.c icmp.c ipv4.c ipv6.c config.c dns64.c logging.c getaddr.c netlink_callbacks.c netlink_msg.c setif.c mtu.c tun.c ring.c 37 LOCAL_SRC_FILES := clatd_test.cpp checksum.c translate.c icmp.c ipv4.c ipv6.c logging.c config.c tun.c
|
/external/curl/tests/ |
serverhelp.pm | 82 /^((ftp|http|imap|pop3|smtp|http-pipe)s?)(\d*)(-ipv6|)$/) { 88 /^(tftp|sftp|socks|ssh|rtsp|gopher|httptls)(\d*)(-ipv6|)$/) { 112 ($ipver =~ /^(4|6|ipv4|ipv6|-ipv4|-ipv6|unix)$/)); 113 $ipver = ($ipver =~ /6$/) ? '-IPv6' : (($ipver =~ /unix$/) ? '-unix' : '');
|
/external/wpa_supplicant_8/src/radius/ |
radius_server.h | 34 * first item on the line is the IPv4 or IPv6 address of the client 185 * ipv6 - Whether to enable IPv6 support in the RADIUS server 187 int ipv6; member in struct:radius_server_conf
|
/external/ltp/testcases/kernel/containers/netns/ |
netns_comm.sh | 28 # * IP_VERSION (ipv4|ipv6) 29 # Version of IP. (ipv4|ipv6) 78 ipv6) IP_LO="::1" ;;
|
/external/parameter-framework/asio-1.10.6/include/asio/ip/ |
address.hpp | 45 /// Construct an address from an IPv6 address. 64 /// Assign from an IPv6 address. 77 return type_ == ipv6; 93 /// or from an IPv6 address in hexadecimal notation. 97 /// or from an IPv6 address in hexadecimal notation. 102 /// or from an IPv6 address in hexadecimal notation. 106 /// or from an IPv6 address in hexadecimal notation. 151 enum { ipv4, ipv6 } type_; enumerator in enum:asio::ip::address::__anon28172 156 // The underlying IPv6 address.
|
/external/ltp/testcases/network/stress/multicast/grp-operation/ |
mcast6-grpope01 | 28 # Verify that the kernel is not crashed when joining lots of IPv6 multicast 66 # Network portion of the IPv6 address 69 # Host portion of the IPv6 address 126 # Set IPv6 addresses to the interfaces 139 # IPv6 address of the local/remote host 147 tst_resm TBROK "There is no IPv6 connectivity." 152 sysctl -w net.ipv6.conf.all.force_mld_version=0 >/dev/null 158 sysctl -w net.ipv6.conf.${lhost_ifname}.force_mld_version=0 >/dev/null 159 sysctl -w net.ipv6.mld_max_msf=10 >/dev/null 170 tst_resm TINFO "Verify that the kernel is not crashed when joining $MCASTNUM_HEAVY IPv6 multicast groups on a single socket [all...] |
mcast6-grpope02 | 28 # Verify that the kernel is not crashed when joining lots of IPv6 multicast 66 # Network portion of the IPv6 address 69 # Host portion of the IPv6 address 135 # Set IPv6 addresses to the interfaces 148 # IPv6 address of the local/remote host 156 tst_resm TBROK "There is no IPv6 connectivity." 161 sysctl -w net.ipv6.conf.all.force_mld_version=0 >/dev/null 167 sysctl -w net.ipv6.conf.${lhost_ifname}.force_mld_version=0 >/dev/null 168 sysctl -w net.ipv6.mld_max_msf=10 >/dev/null 179 tst_resm TINFO "Verify that the kernel is not crashed when joining $MCASTNUM_HEAVY IPv6 multicast groups on separate sockets [all...] |
mcast6-grpope03 | 29 # IPv6 multicast group on multiple sockets lots of times 69 # Network portion of the IPv6 address 72 # Host portion of the IPv6 address 129 # Set IPv6 addresses to the interfaces 142 # IPv6 address of the local/remote host 150 tst_resm TBROK "There is no IPv6 connectivity." 155 sysctl -w net.ipv6.conf.all.force_mld_version=0 >/dev/null 161 sysctl -w net.ipv6.conf.${lhost_ifname}.force_mld_version=0 >/dev/null 162 sysctl -w net.ipv6.mld_max_msf=10 >/dev/null 173 tst_resm TINFO "Verify that the kernel is not crashed when joining and leaving the same IPv6 multicast group on $MCASTNUM_NORMAL sockets in $NS_TIMES times [all...] |
mcast6-grpope04 | 29 # IPv6 multicast group with the different source filter on multiple sockets 70 # Network portion of the IPv6 address 73 # Host portion of the IPv6 address 133 # Set IPv6 addresses to the interfaces 146 # IPv6 address of the local/remote host 154 tst_resm TBROK "There is no IPv6 connectivity." 159 sysctl -w net.ipv6.conf.all.force_mld_version=0 >/dev/null 165 sysctl -w net.ipv6.conf.${lhost_ifname}.force_mld_version=0 >/dev/null 166 sysctl -w net.ipv6.mld_max_msf=10 >/dev/null 177 tst_resm TINFO "Verify that the kernel is not crashed when joining and leaving ame IPv6 multicast group with different source filters on $MCASTNUM_NORMAL sockets in $NS_TIMES times [all...] |
/external/ltp/testcases/network/stress/multicast/packet-flood/ |
mcast6-pktfld01 | 28 # Verify that the kernel is not crashed when joining a IPv6 multicast group 66 # Network portion of the IPv6 address 69 # Host portion of the IPv6 address 129 # Set IPv6 addresses to the interfaces 142 # IPv6 address of the local/remote host 149 tst_resm TBROK "There is no IPv6 connectivity." 154 sysctl -w net.ipv6.conf.all.force_mld_version=0 >/dev/null 160 sysctl -w net.ipv6.conf.${lhost_ifname}.force_mld_version=0 >/dev/null 161 sysctl -w net.ipv6.mld_max_msf=10 >/dev/null 172 tst_resm TINFO "Verify that the kernel is not crashed when joining a IPv6 multicast group a single socket, then receiving a large number of UDP packets at the socket in $NS (…) [all...] |
mcast6-pktfld02 | 28 # Verify that the kernel is not crashed when joining plural IPv6 multicast 66 # Network portion of the IPv6 address 69 # Host portion of the IPv6 address 132 # Set IPv6 addresses to the interfaces 145 # IPv6 address of the local/remote host 152 tst_resm TBROK "There is no IPv6 connectivity." 157 sysctl -w net.ipv6.conf.all.force_mld_version=0 >/dev/null 163 sysctl -w net.ipv6.conf.${lhost_ifname}.force_mld_version=0 >/dev/null 164 sysctl -w net.ipv6.mld_max_msf=10 >/dev/null 175 tst_resm TINFO "Verify that the kernel is not crashed when joining $MCASTNUM_NORMAL IPv6 multicast groups on separate sockets, then receiving a large number of UDP packets at the each soc (…) [all...] |
/external/ltp/testcases/network/stress/multicast/query-flood/ |
mcast6-queryfld01 | 28 # Verify that the kernel is not crashed when joining an IPv6 multicast 66 # Network portion of the IPv6 address 69 # Host portion of the IPv6 address 126 # Set IPv6 addresses to the interfaces 139 # IPv6 address of the local/remote host 147 tst_resm TBROK "There is no IPv6 connectivity." 152 sysctl -w net.ipv6.conf.all.force_mld_version=0 >/dev/null 158 sysctl -w net.ipv6.conf.${lhost_ifname}.force_mld_version=0 >/dev/null 159 sysctl -w net.ipv6.mld_max_msf=10 >/dev/null 170 tst_resm TINFO "Verify that the kernel is not crashed when joining an IPv6 multicast group on a single socket, then receiving a large number of General Query in $NS_DURATION (…) [all...] |
mcast6-queryfld02 | 28 # Verify that the kernel is not crashed when joining an IPv6 multicast group 67 # Network portion of the IPv6 address 70 # Host portion of the IPv6 address 129 # Set IPv6 addresses to the interfaces 142 # IPv6 address of the local/remote host 150 tst_resm TBROK "There is no IPv6 connectivity." 155 sysctl -w net.ipv6.conf.all.force_mld_version=0 >/dev/null 161 sysctl -w net.ipv6.conf.${lhost_ifname}.force_mld_version=0 >/dev/null 162 sysctl -w net.ipv6.mld_max_msf=10 >/dev/null 173 tst_resm TINFO "Verify that the kernel is not crashed when joining an IPv6 multicast group on a single socket, then receiving a large number of Multicast Address Specific Qu (…) [all...] |
mcast6-queryfld03 | 28 # Verify that the kernel is not crashed when joining an IPv6 multicast group 67 # Network portion of the IPv6 address 70 # Host portion of the IPv6 address 135 # Set IPv6 addresses to the interfaces 148 # IPv6 address of the local/remote host 156 tst_resm TBROK "There is no IPv6 connectivity." 161 sysctl -w net.ipv6.conf.all.force_mld_version=0 >/dev/null 167 sysctl -w net.ipv6.conf.${lhost_ifname}.force_mld_version=0 >/dev/null 168 sysctl -w net.ipv6.mld_max_msf=10 >/dev/null 179 tst_resm TINFO "Verify that the kernel is not crashed when joining an IPv6 multicast group on a single socket, then receiving a large number of Multicast Address and Source (…) [all...] |