/kernel/tests/net/test/ |
net_test.sh | 3 # In case IPv6 is compiled as a module. 4 [ -f /proc/net/if_inet6 ] || insmod $DIR/kernel/net-next/net/ipv6/ipv6.ko
|
/external/curl/tests/data/ |
test1048 | 5 FTP-ipv6 6 IPv6 10 IPv6 38 ipv6 41 ftp-ipv6 44 FTP-IPv6 dir list PASV with localhost --interface
|
test1046 | 7 IPv6 30 ipv6 33 http-ipv6 36 HTTP-IPv6 GET with numeric localhost --interface
|
test1230 | 7 IPv6 45 ipv6 49 http-ipv6 53 HTTP CONNECT to IPv6 numerical address
|
test1408 | 6 IPv6 42 ipv6 45 http-ipv6 48 HTTP receive cookies over IPV6
|
test1050 | 5 FTP-ipv6 6 IPv6 33 ipv6 36 ftp-ipv6 39 FTP-IPv6 dir list, EPRT with specified IP
|
test253 | 5 FTP-ipv6 6 IPv6 34 ipv6 37 ftp-ipv6 40 FTP IPv6 dir list with EPRT
|
/external/iproute2/include/uapi/linux/ |
in6.h | 10 * IPv6 Program Interfaces for BSD Systems 13 * Advanced Sockets API for IPv6 29 * IPv6 address structure 53 __be32 sin6_flowinfo; /* IPv6 flow information */ 54 struct in6_addr sin6_addr; /* IPv6 address */ 61 /* IPv6 multicast address of group */ 64 /* local IPv6 address of interface */ 129 * IPV6 extension headers 132 #define IPPROTO_HOPOPTS 0 /* IPv6 hop-by-hop options */ 133 #define IPPROTO_ROUTING 43 /* IPv6 routing header * [all...] |
/external/iproute2/testsuite/tests/ip/tunnel/ |
add_tunnel.t | 12 ts_ip "$0" "Add GRE tunnel over IPv6" tunnel add name $TUNNEL_NAME mode ip6gre local dead:beef::1 remote dead:beef::2 13 ts_ip "$0" "Del GRE tunnel over IPv6" tunnel del $TUNNEL_NAME
|
/external/iptables/extensions/ |
libip6t_icmp6.man | 1 This extension can be used if `\-\-protocol ipv6\-icmp' or `\-\-protocol icmpv6' is 13 ip6tables \-p ipv6\-icmp \-h
|
libip6t_DNPT.man | 1 Provides stateless destination IPv6-to-IPv6 Network Prefix Translation (as 24 You may need to enable IPv6 neighbor proxy: 26 sysctl -w net.ipv6.conf.all.proxy_ndp=1
|
libip6t_SNPT.man | 1 Provides stateless source IPv6-to-IPv6 Network Prefix Translation (as described 24 You may need to enable IPv6 neighbor proxy: 26 sysctl -w net.ipv6.conf.all.proxy_ndp=1
|
libip6t_ipv6header.t | 4 -m ipv6header --header ipv6-nonxt;=;OK
|
/external/kernel-headers/original/uapi/linux/ |
in6.h | 10 * IPv6 Program Interfaces for BSD Systems 13 * Advanced Sockets API for IPv6 29 * IPv6 address structure 53 __be32 sin6_flowinfo; /* IPv6 flow information */ 54 struct in6_addr sin6_addr; /* IPv6 address */ 61 /* IPv6 multicast address of group */ 64 /* local IPv6 address of interface */ 129 * IPV6 extension headers 132 #define IPPROTO_HOPOPTS 0 /* IPv6 hop-by-hop options */ 133 #define IPPROTO_ROUTING 43 /* IPv6 routing header * [all...] |
/external/linux-kselftest/tools/testing/selftests/net/ |
reuseaddr_conflict.c | 7 * when we open the ipv6 conterpart, which is what was happening previously. 21 int open_port(int ipv6, int any) 29 int family = ipv6 ? AF_INET6 : AF_INET; 43 if (ipv6) { 56 if (ipv6 && setsockopt(fd, IPPROTO_IPV6, IPV6_V6ONLY, (void*)&v6only, 102 error(1, errno, "Couldn't open ipv6 reuseport"); 108 fprintf(stderr, "Opening INADDR_ANY:%d after closing ipv6 socket\n", PORT); 111 error(1, 0, "Was allowed to create an ipv4 reuseport on an already bound non-reuseport socket with no ipv6");
|
/external/ltp/testcases/network/stress/route/ |
00_Descriptions.txt | 47 Verify the kernel is not crashed when the destination of an IPv6 route 51 Verify the kernel is not crashed when the destination of an IPv6 route 55 Verify the kernel is not crashed when the gateway of an IPv6 route is 59 Verify the kernel is not crashed when the gateway of an IPv6 route is 63 Verify the kernel is not crashed when the interface of an IPv6 route is 67 Verify the kernel is not crashed when the interface of an IPv6 route is 71 Verify the kernel is not crashed when the IPv6 route is modified by 75 Verify the kernel is not crashed when IPv6 route is add by route command 79 Verify the kernel is not crashed when IPv6 route is add by ip command 83 Verify the kernel is not crashed when IPv6 route is add by route comman [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Binary/AmdModulePkg/Common/ |
NetworkAddress.h | 43 /// Structure for an IPv6 address
46 UINT8 IpAddress[16]; ///< IPv6 address data, if enabled (xxxx:xxxx:xxxx:xxx:xxxx:xxxx:xxxx:xxxx)
49 /// Structure for any combination of an IPv4 and an IPv6 address
52 ISCP_BMC_IPV6_ADDRESS Ipv6Address; ///< IPv6 Network Address Structure
|
/device/linaro/bootloader/edk2/StdLib/Efi/StdLib/etc/ |
hosts | 4 # IPv6 hosts
|
/external/autotest/client/site_tests/network_Ipv6SimpleNegotiation/ |
network_Ipv6SimpleNegotiation.py | 16 The test subclass that implements IPv6 negotiation. This test 17 starts an IPv6 router, then performs a series of tests on the 18 IPv6 addresses and IPv6 DNS addresses that the DUT should have 23 """Gets the list of client IPv6 addresses. 25 Retrieve IPv6 addresses associated with the "client side" of the 26 pseudo-interface pair. Returns a dict keyed by the IPv6 address, 75 if ipconfig_properties['Method'] != 'ipv6': 80 raise error.TestError('Found no IPv6 IPConfig entries') 84 """Verify IPv6 configuration [all...] |
/external/iptables/libiptc/ |
libip6tc.pc.in | 7 Description: iptables IPv6 ruleset ADT and kernel interface
|
/external/ltp/runtest/ |
net.ipv6 | 1 #DESCRIPTION:IPV6 related tests
|
/external/ltp/testcases/network/stress/multicast/grp-operation/ |
00_Descriptions.txt | 19 Verify that the kernel is not crashed when joining lots of IPv6 23 Verify that the kernel is not crashed when joining lots of IPv6 28 IPv6 multicast group on multiple sockets lots of times 32 IPv6 multicast group with the different source filter on multiple
|
/external/scapy/test/configs/ |
windows.utsc | 16 "ipv6",
|
/external/tcpdump/ |
af.c | 29 { AFNUM_INET6, "IPv6"}, 54 { BSD_AFNUM_INET6_BSD, "IPv6" }, 55 { BSD_AFNUM_INET6_FREEBSD, "IPv6" }, 56 { BSD_AFNUM_INET6_DARWIN, "IPv6" },
|
/system/core/adb/sysdeps/posix/ |
network.cpp | 53 static int _network_loopback_client(bool ipv6, int port, int type, std::string* error) { 54 unique_fd s(socket(ipv6 ? AF_INET6 : AF_INET, type, 0)); 62 sockaddr* addr = (ipv6 ? loopback_addr6 : loopback_addr4)(&addr_storage, &addrlen, 0); 69 addr = (ipv6 ? loopback_addr6 : loopback_addr4)(&addr_storage, &addrlen, port); 80 // Try IPv4 first, use IPv6 as a fallback. 88 static int _network_loopback_server(bool ipv6, int port, int type, std::string* error) { 89 unique_fd s(socket(ipv6 ? AF_INET6 : AF_INET, type, 0)); 100 sockaddr* addr = (ipv6 ? loopback_addr6 : loopback_addr4)(&addr_storage, &addrlen, port); 120 // Only attempt to listen on IPv6 if IPv4 is unavailable. 121 // We don't want to start an IPv6 server if there's already an IPv4 one running [all...] |