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

1 2 3 4 56 7 8 91011>>

  /external/curl/docs/libcurl/opts/
CURLOPT_ADDRESS_SCOPE.3 26 CURLOPT_ADDRESS_SCOPE \- set scope for local IPv6 addresses
32 Pass a long specifying the scope_id value to use when connecting to IPv6
37 All, when using IPv6
  /external/iproute2/man/man8/
rtmon.8 39 (IP or IPv6) address on a device, 'route' the routing table entry
43 Specify protocol family. 'inet' is IPv4, 'inet6' is IPv6, 'link'
50 Use IPv6. Shortcut for -family inet6.
  /external/iproute2/testsuite/tests/ip/route/
add_default_route.t 26 ts_ip "$0" "Show IPv6 default route" -6 route show default
30 ts_ip "$0" "Add another IPv6 route dst cafe:babe::/64" -6 route add cafe:babe::/64 dev $DEV
31 ts_ip "$0" "Show IPv6 default route" -6 route show default
  /hardware/interfaces/gnss/1.0/
IAGnssCallback.hal 56 * Represents the status of AGNSS augmented to support IPv6.
62 * 128-bit IPv6 address.
75 * Callback with AGNSS(IpV6) status information.
  /external/iptables/iptables/
ip6tables.c 117 {.name = "ipv6", .has_arg = 0, .val = '6'},
244 " --ipv6 -6 Nothing (line is ignored by iptables-restore)\n"
570 fputc(fw->ipv6.invflags & XT_INV_PROTO ? '!' : ' ', stdout);
572 const char *pname = proto_to_name(fw->ipv6.proto, format&FMT_NUMERIC);
576 printf(FMT("%-5hu", "%hu "), fw->ipv6.proto);
590 if (fw->ipv6.invflags & IP6T_INV_VIA_IN) {
596 if (fw->ipv6.iniface[0] != '\0') {
597 strcat(iface, fw->ipv6.iniface);
603 if (fw->ipv6.invflags & IP6T_INV_VIA_OUT) {
609 if (fw->ipv6.outiface[0] != '\0')
    [all...]
  /bionic/libc/dns/include/
resolv_static.h 22 u_int32_t host_addr[16 / sizeof(u_int32_t)]; /* IPv4 or IPv6 */
  /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";
55 * a03f539 net: ipv6: autoconf routes into per-device tables
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6DxeStrings.uni 18 #string STR_IP6_CONFIG_FORM_TITLE #language en-US "IPv6 Network Configuration"
19 #string STR_IP6_CONFIG_FORM_HELP #language en-US "Configure IPv6 network parameters."
20 #string STR_IP6_DEVICE_FORM_TITLE #language en-US "IPv6 Current Setting"
21 #string STR_IP6_DEVICE_FORM_HELP #language en-US "Display IPv6 network parameters."
32 #string STR_IP6_HOST_ADDRESS_HELP #language en-US "The address list which contain the local IPv6 addresses and the corresponding prefix length information."
34 #string STR_IP6_ROUTE_TABLE_HELP #language en-US "The route table of the IPv6 network stack runs on this interface."
36 #string STR_IP6_GATEWAY_ADDRESS_HELP #language en-US "Current gateway IPv6 addresses."
49 #string STR_IP6_MANUAL_ADDRESS #language en-US "New IPv6 address"
61 #string STR_GET_CURRENT_SETTING_HELP #language en-US "Press ENTER to enter configuration menu for IPv6 configuration."
  /external/autotest/server/site_tests/network_WiFi_IPv6RA/
control 13 This test verifies Android Packet Filtering feature for ipv6 by generating and
  /external/curl/tests/data/
test1263 23 HTTP URL with rubbish after IPv6 bracket
  /external/iproute2/include/uapi/linux/
if_addrlabel.h 8 * YOSHIFUJI Hideaki @ USAGI/WIDE <yoshfuji@linux-ipv6.org>
  /external/iptables/extensions/
libip6t_mh.man 1 This extension is loaded if `\-\-protocol ipv6\-mh' or `\-\-protocol mh' is
libxt_NETMAP.man 11 IPv6 support available since Linux kernels >= 3.7.
  /external/iptables/include/linux/netfilter/
xt_DSCP.h 1 /* x_tables module for setting the IPv4/IPv6 DSCP field
xt_dscp.h 1 /* x_tables module for matching the IPv4/IPv6 DSCP field
  /external/kernel-headers/original/uapi/linux/
if_addrlabel.h 8 * YOSHIFUJI Hideaki @ USAGI/WIDE <yoshfuji@linux-ipv6.org>
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_dscp.h 2 /* x_tables module for matching the IPv4/IPv6 DSCP field
  /external/kernel-headers/original/uapi/linux/netfilter_ipv6/
ip6t_ipv6header.h 2 /* ipv6header match - matches IPv6 packets based
  /external/ltp/testcases/network/stress/multicast/grp-operation/
mcast-lib.sh 56 SYSCTL_ALL_FORCE_MLD_VERSION=$(sysctl -b net.ipv6.conf.all.force_mld_version)
57 SYSCTL_FORCE_MLD_VERSION=$(sysctl -b net.ipv6.conf.$(tst_iface).force_mld_version)
58 SYSCTL_MLD_MAX_MSF=$(sysctl -b net.ipv6.mld_max_msf)
60 ROD sysctl -qw net.ipv6.conf.all.force_mld_version=0
61 ROD sysctl -qw net.ipv6.conf.$(tst_iface).force_mld_version=0
62 ROD sysctl -qw net.ipv6.mld_max_msf=$default_mld_max_msf
85 [ -n "$SYSCTL_ALL_FORCE_MLD_VERSION" ] && sysctl -qw net.ipv6.conf.all.force_mld_version=$SYSCTL_ALL_FORCE_MLD_VERSION
86 [ -n "$SYSCTL_FORCE_MLD_VERSION" ] && sysctl -qw net.ipv6.conf.$(tst_iface).force_mld_version=$SYSCTL_FORCE_MLD_VERSION
87 [ -n "$SYSCTL_MLD_MAX_MSF" ] && sysctl -qw net.ipv6.mld_max_msf=$SYSCTL_MLD_MAX_MSF
  /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::__anon30937
156 // The underlying IPv6 address.
  /external/scapy/scapy/layers/
vrrp.py 62 # FIXME: addrlist should also allow IPv6 addresses :/
70 elif isinstance(self.underlayer, IPv6):
86 # IPv6 is supported only on VRRPv3
89 bind_layers( IPv6, VRRPv3, nh=IPPROTO_VRRP)
vxlan.py 13 from scapy.layers.inet6 import IPv6
35 2: 'IPv6',
80 bind_layers(VXLAN, IPv6, NextProtocol=2)
83 bind_layers(VXLAN, IPv6, flags=4, NextProtocol=2)
  /external/scapy/test/
run_tests 7 PYTHONPATH=$DIR exec $PYTHON ${DIR}/scapy/tools/UTscapy.py -t regression.uts -f html -K ipv6 -l -o /tmp/scapy_regression_test_$(date +%Y%m%d-%H%M%S).html
  /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 setting the IPv4/IPv6 DSCP field
xt_dscp.h 1 /* x_tables module for matching the IPv4/IPv6 DSCP field

Completed in 587 milliseconds

1 2 3 4 56 7 8 91011>>