HomeSort by relevance Sort by last modified time
    Searched full:ipv6 (Results 226 - 250 of 2696) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/generic/goldfish/wifi/ipv6proxy/
address.h 27 // Convert an IPv6 address struct to a string for debugging purposes
53 // Resolve |address| into an IPv6 address. |address| may be either a domain
  /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
ipv6.c 16 * ipv6.c - takes ipv6 packets, finds their headers, and then calls translation functions on them
72 * takes an ipv6 packet and hands it off to the layer 4 protocol function
99 // it's an ICMP packet (which can come from anywhere). We do not send IPv6 packets from the plat
154 // Does not support IPv6 extension headers except Fragment.
170 logcat_hexdump("ipv6/nxthdr", packet, len);
clatd_test.cpp 226 ASSERT_GE(len, sizeof(*ip6)) << msg << ": IPv6 packet shorter than IPv6 header\n";
227 EXPECT_EQ(len - sizeof(*ip6), htons(ip6->ip6_plen)) << msg << ": Incorrect IPv6 length\n";
232 << msg << ": IPv6 fragment: short fragment header\n";
246 << msg << ": Unsupported IPv6 next header " << protocol;
322 << msg << ": IPv6 fragment #" << i + 1 << " not a fragment\n";
324 << msg << ": IPv6 fragment #" << i + 1 << ": inconsistent offset\n";
368 << msg << ": reassembled IPv6 packet is a fragment!\n";
423 // destination IPv6 address, and attempting to call that on our test socketpair
480 // Translating to IPv6. Expect raw packet
    [all...]
  /external/curl/docs/libcurl/opts/
CURLOPT_IPRESOLVE.3 40 Resolve to IPv6 addresses.
51 /* resolve host name using IPv6-names only */
  /external/iptables/extensions/
libxt_LOG.man 3 matching packets (like most IP/IPv6 header fields) via the kernel log
29 Log options from the IP/IPv6 packet header.
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/libnl/include/linux-private/linux/
ipv6.h 19 #define IPV6_SRCRT_TYPE_2 2 /* IPv6 type 2 Routing Header */
84 * IPv6 fixed header
  /external/ppp/pppd/
Makefile.sol2 31 # uncomment the following to enable IPv6
33 # Solaris 8 and on includes support for IPv6
  /external/scapy/scapy/contrib/
mpls.py 21 from scapy.layers.inet6 import IPv6
40 return IPv6
  /external/syslinux/gpxe/src/include/gpxe/
in.h 78 * IPv6 socket address
83 * Always set to @c AF_INET6 for IPv6 addresses
  /libcore/luni/src/main/java/android/system/
StructAddrinfo.java 34 /** Desired address family for results. (Such as AF_INET6 for IPv6. AF_UNSPEC means "any".) */
40 /** Protocol. (Such as IPPROTO_IPV6 IPv6. 0 means "any".) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ipv6.h 37 #define IPV6_SRCRT_TYPE_2 2 /* IPv6 type 2 Routing Header */
102 * IPv6 fixed header
  /external/iproute2/man/man8/
ip-tunnel.8 114 Modes for IPv6 encapsulation available:
130 set a fixed TTL (IPv4) or hoplimit (IPv6)
138 The default value for IPv6 tunnels is:
148 set the type of service (IPv4) or traffic class (IPv6) field on
237 .RB ( " only IPv6 tunnels " )
242 .RB ( " only IPv6 tunnels " )
  /external/libvncserver/libvncclient/
listen.c 71 #ifdef LIBVNCSERVER_IPv6 /* only try that if we're IPv6-capable, otherwise we may try to bind to the same port which would make all that listening fail */
72 /* only do IPv6 listen of listen6Port is set */
80 rfbClientLog("%s -listen: Listening on IPV6 port %d\n",
174 #ifdef LIBVNCSERVER_IPv6 /* only try that if we're IPv6-capable, otherwise we may try to bind to the same port which would make all that listening fail */
175 /* only do IPv6 listen of listen6Port is set */
183 rfbClientLog("%s -listennofork: Listening on IPV6 port %d\n",
  /external/linux-kselftest/tools/testing/selftests/net/
reuseport_dualstack.c 162 fprintf(stderr, "---- UDP IPv4 created before IPv6 ----\n");
169 fprintf(stderr, "---- UDP IPv6 created before IPv4 ----\n");
179 fprintf(stderr, "---- UDP IPv4 created before IPv6 (large) ----\n");
186 fprintf(stderr, "---- UDP IPv6 created before IPv4 (large) ----\n");
193 fprintf(stderr, "---- TCP IPv4 created before IPv6 ----\n");
200 fprintf(stderr, "---- TCP IPv6 created before IPv4 ----\n");
  /external/scapy/scapy/
pton_ntop.py 7 Convert IPv6 addresses between textual representation and binary.
10 without IPv6 support, on Windows for instance.
24 """Convert an IPv6 address from text representation into binary form,
48 # The last part of an IPv6 address can be an IPv4 address
95 """Convert an IPv6 address from binary form into text representation,
99 # IPv6 addresses have 128bits (16 bytes)
  /external/tcpdump/
ipproto.h 45 #define IPPROTO_HOPOPTS 0 /* IPv6 hop-by-hop options */
75 #define IPPROTO_ROUTING 43 /* IPv6 routing header */
78 #define IPPROTO_FRAGMENT 44 /* IPv6 fragmentation header */
99 #define IPPROTO_NONE 59 /* IPv6 no next header */
102 #define IPPROTO_DSTOPTS 60 /* IPv6 destination options */
107 * mobility headers is 135; it cites draft-ietf-mobileip-ipv6-24, but
  /external/dhcpcd-6.8.2/
ipv6nd.c 50 #include "ipv6.h"
82 /* Minimal IPv6 MTU */
164 ctx = dctx->ipv6;
282 ctx = ifp->ctx->ipv6;
313 "%s: no IPv6 Routers available", ifp->name);
327 TAILQ_FOREACH(rap, ifp->ctx->ipv6->ra_routers, next) {
387 if (ctx->ipv6) {
388 TAILQ_FOREACH(rap, ctx->ipv6->ra_routers, next) {
416 if (ctx->ipv6 == NULL)
419 TAILQ_FOREACH(rap, ctx->ipv6->ra_routers, next)
    [all...]
  /external/python/cpython3/Doc/library/
ipaddress.rst 1 :mod:`ipaddress` --- IPv4/IPv6 manipulation library
5 :synopsis: IPv4/IPv6 manipulation library.
14 operate on IPv4 and IPv6 addresses and networks.
41 the IP address passed as argument. Either IPv4 or IPv6 addresses may be
44 or IPv6 address.
56 representing the IP network. Either IPv4 or IPv6 networks may be supplied;
60 IPv6 address, or if the network has host bits set.
70 representing the IP address. Either IPv4 or IPv6 addresses may be supplied;
73 IPv6 address.
76 IPv4 and IPv6 formats means that error messages provide minima
    [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...]

Completed in 388 milliseconds

1 2 3 4 5 6 7 8 91011>>