HomeSort by relevance Sort by last modified time
    Searched full:ipv6 (Results 51 - 75 of 1322) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_dscp.h 1 /* x_tables module for matching the IPv4/IPv6 DSCP field
  /external/iproute2/man/man8/
ip-xfrm.8 161 .RB "{ " icmp " | " ipv6-icmp " | " mobility-header " } [ " type
271 .RB "{ " icmp " | " ipv6-icmp " | " mobility-header " } [ " type
367 the IP Payload Compression Protocol and features of Mobile IPv6.
400 .RB "Mobile IPv6 Type 2 Routing Header (" route2 "), or"
401 .RB "Mobile IPv6 Home Address Option (" hao ")."
433 .RB "Mobile IPv6 route optimization mode (" ro "), "
434 .RB "Mobile IPv6 inbound trigger mode (" in_trigger "), or "
455 .BR icmp ", " ipv6-icmp ", or " mobility-header
502 .BR icmp ", " ipv6-icmp ", or " mobility-header
560 .RB "Mobile IPv6 Type 2 Routing Header (" route2 "), or
    [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
33 LOCAL_SRC_FILES := clatd_test.cpp checksum.c translate.c icmp.c ipv4.c ipv6.c logging.c config.c tun.c
clatd.c 58 /* 40 bytes IPv6 header - 20 bytes IPv4 header + 8 bytes fragment header */
79 .sll_pkttype = PACKET_OTHERHOST, // The 464xlat IPv6 address is not assigned to the kernel.
86 uint32_t *ipv6 = Global_Clatd_Config.ipv6_local_subnet.s6_addr32; local
88 // Load the first four bytes of the IPv6 destination address (starts 24 bytes in).
89 // Compare it against the first four bytes of our IPv6 address, in host byte order (BPF loads
92 // three words of the IPv6 address, and if they all match, return PACKETLEN (accept packet).
94 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, htonl(ipv6[0]), 0, 7),
96 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, htonl(ipv6[1]), 0, 5),
98 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, htonl(ipv6[2]), 0, 3),
100 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, htonl(ipv6[3]), 0, 1)
    [all...]
translate.c 62 * returns true iff the given IPv6 address is in the plat subnet.
63 * addr - IPv6 address
71 * return the corresponding ipv4 address for the given ipv6 address
72 * addr6 - ipv6 address
89 * return the corresponding ipv6 address for the given ipv4 address
109 * proto - ethernet protocol id: ETH_P_IP(ipv4) or ETH_P_IPV6(ipv6)
117 * generate an ipv4 header from an ipv6 header
121 * old_header - (ipv6) source packet header, source: nat64 prefix, dest: local subnet prefix
141 // Third-party ICMPv6 message. This may have been originated by an native IPv6 address.
142 // In that case, the source IPv6 address can't be translated and we need to make up an IPv
    [all...]
  /external/iptables/extensions/
libxt_REDIRECT.man 11 127.0.0.1 for IPv4 and ::1 for IPv6).
24 IPv6 support available starting Linux kernels >= 3.7.
libip6t_DNAT.c 4 * Based on Rusty Russell's IPv4 DNAT target. Development of IPv6 NAT
59 /* Lets assume one colon is port information. Otherwise its an IPv6 address */
153 if (entry->ipv6.proto == IPPROTO_TCP ||
154 entry->ipv6.proto == IPPROTO_UDP ||
155 entry->ipv6.proto == IPPROTO_SCTP ||
156 entry->ipv6.proto == IPPROTO_DCCP ||
157 entry->ipv6.proto == IPPROTO_ICMP)
libip6t_SNAT.c 4 * Based on Rusty Russell's IPv4 SNAT target. Development of IPv6 NAT
59 /* Lets assume one colon is port information. Otherwise its an IPv6 address */
153 if (entry->ipv6.proto == IPPROTO_TCP ||
154 entry->ipv6.proto == IPPROTO_UDP ||
155 entry->ipv6.proto == IPPROTO_SCTP ||
156 entry->ipv6.proto == IPPROTO_DCCP ||
157 entry->ipv6.proto == IPPROTO_ICMP)
libip6t_HL.man 1 This is used to modify the Hop Limit field in IPv6 header. The Hop Limit field
libip6t_rt.man 1 Match on IPv6 routing header
libxt_TEE.man 8 Use of 0.0.0.0 (for IPv4 packets) or :: (IPv6) is invalid.
libxt_tos.man 2 including the "Precedence" bits) or the (also 8-bit) Priority field in the IPv6
  /external/ppp/pppd/
pathnames.h 39 #define _PATH_IPV6UP _ROOT_PATH "/etc/ppp/ipv6-up"
40 #define _PATH_IPV6DOWN _ROOT_PATH "/etc/ppp/ipv6-down"
  /external/guava/guava/src/com/google/common/net/
InetAddresses.java 55 * <li>The IPv6 loopback address, {@code "::1"}.<br/>
58 * <li>From the IPv6 reserved documentation prefix ({@code 2001:db8::/32}),
62 * <li>An IPv6 "IPv4 compatible" (or "compat") address,
66 * <li>An IPv6 "IPv4 mapped" address, {@code "::ffff:192.168.0.1"}.<br/>
70 * <p>A few notes about IPv6 "IPv4 mapped" addresses and their observed
74 * addresses for use on an IPv6 socket that could receive both IPv4
75 * and IPv6 connections (by disabling the {@code IPV6_V6ONLY} socket
76 * option on an IPv6 socket). Yes, it's confusing. Nevertheless,
79 * RFCs with the apparent aim of making IPv4-to-IPv6 transition simpler.
81 * <p>Technically one <i>can</i> create a 128bit IPv6 address with the wir
    [all...]
  /system/extras/tests/net_test/
srcaddr_selection_test.py 37 USE_OPTIMISTIC_SYSCTL = "/proc/sys/net/ipv6/conf/default/use_optimistic"
45 self.SetSysctl("/proc/sys/net/ipv6/conf/%s/accept_dad" % ifname, value)
46 self.SetSysctl("/proc/sys/net/ipv6/conf/%s/dad_transmits" % ifname, value)
49 self.SetSysctl("/proc/sys/net/ipv6/conf/%s/optimistic_dad" % ifname, value)
52 self.SetSysctl("/proc/sys/net/ipv6/conf/%s/use_tempaddr" % ifname, value)
55 self.SetSysctl("/proc/sys/net/ipv6/conf/%s/use_optimistic" % ifname, value)
135 # [2] Delete the test interface's IPv6 address.
145 # [3] Get an IPv6 address back, in DAD start-up.
153 # Even though the interface has an IPv6 address, its tentative nature
170 # [3] Get an IPv6 address back, in optimistic DAD start-up
    [all...]
  /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.
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmip.h 32 /* IPV4 and IPV6 common */
37 #define IP_VER_6 6 /* version number for IPV6 */
114 /* IPV6 field offsets */
121 /* IPV6 field decodes */
140 #define IPV6_ADDR_LEN 16 /* IPV6 address length */
142 /* IPV4 TOS or IPV6 Traffic Classifier or 0 */
147 /* IPV6 extension headers (options) */
  /external/iptables/iptables/
ip6tables-restore.8 22 ip6tables-restore \(em Restore IPv6 Tables
29 is used to restore IPv6 Tables from data specified on STDIN. Use
56 flushes (deletes) all previous contents of the respective IPv6 Table.
  /external/toybox/toys/pending/
ping.c 18 Send ICMP ECHO_REQUEST packets to ipv4 or ipv6 addresses and prints each
22 -4, -6 Force IPv4 or IPv6
57 // Determine IPv4 vs IPv6 type
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
in.h 36 IPPROTO_HOPOPTS = 0, /* IPv6 Hop-by-Hop options. */
58 IPPROTO_IPV6 = 41, /* IPv6 header. */
60 IPPROTO_ROUTING = 43, /* IPv6 routing header. */
62 IPPROTO_FRAGMENT = 44, /* IPv6 fragmentation header. */
74 IPPROTO_NONE = 59, /* IPv6 no next header. */
76 IPPROTO_DSTOPTS = 60, /* IPv6 destination options. */
197 /* IPv6 address */
238 /* Ditto, for IPv6. */
243 uint32_t sin6_flowinfo; /* IPv6 flow information */
244 struct in6_addr sin6_addr; /* IPv6 address *
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
MultinetworkSysctlTest.java 37 "/proc/sys/net/ipv6/fwmark_reflect",
41 // Per-interface IPv6 autoconf sysctls.
42 private static final String IPV6_SYSCTL_DIR = "/proc/sys/net/ipv6/conf";
79 * a03f539 net: ipv6: autoconf routes into per-device tables
  /device/asus/deb/
init.deb.rc 90 write /proc/sys/net/ipv6/conf/rmnet0/accept_ra 2
91 write /proc/sys/net/ipv6/conf/rmnet1/accept_ra 2
92 write /proc/sys/net/ipv6/conf/rmnet2/accept_ra 2
93 write /proc/sys/net/ipv6/conf/rmnet3/accept_ra 2
94 write /proc/sys/net/ipv6/conf/rmnet4/accept_ra 2
95 write /proc/sys/net/ipv6/conf/rmnet5/accept_ra 2
96 write /proc/sys/net/ipv6/conf/rmnet6/accept_ra 2
97 write /proc/sys/net/ipv6/conf/rmnet7/accept_ra 2
98 write /proc/sys/net/ipv6/conf/rmnet_sdio0/accept_ra 2
99 write /proc/sys/net/ipv6/conf/rmnet_sdio1/accept_ra
    [all...]
  /device/asus/flo/
init.flo.rc 90 write /proc/sys/net/ipv6/conf/rmnet0/accept_ra 2
91 write /proc/sys/net/ipv6/conf/rmnet1/accept_ra 2
92 write /proc/sys/net/ipv6/conf/rmnet2/accept_ra 2
93 write /proc/sys/net/ipv6/conf/rmnet3/accept_ra 2
94 write /proc/sys/net/ipv6/conf/rmnet4/accept_ra 2
95 write /proc/sys/net/ipv6/conf/rmnet5/accept_ra 2
96 write /proc/sys/net/ipv6/conf/rmnet6/accept_ra 2
97 write /proc/sys/net/ipv6/conf/rmnet7/accept_ra 2
98 write /proc/sys/net/ipv6/conf/rmnet_sdio0/accept_ra 2
99 write /proc/sys/net/ipv6/conf/rmnet_sdio1/accept_ra
    [all...]
  /external/iproute2/doc/
Plan 11 2.3 IPv6 Flow Labels (api-ip6-flowlabels.tex, published)
  /external/iproute2/include/linux/
ip6_tunnel.h 15 /* being used for Mobile IPv6 */

Completed in 235 milliseconds

1 23 4 5 6 7 8 91011>>