/external/chromium_org/chromeos/dbus/ |
fake_debug_daemon_client.h | 33 bool ipv6,
|
debug_daemon_client.h | 54 virtual void GetRoutes(bool numeric, bool ipv6, 137 // IPv4 or IPv6 address of the host, for example "8.8.8.8". 142 // IPv4 or IPv6 address of the host, for example "8.8.8.8".
|
fake_debug_daemon_client.cc | 47 bool ipv6,
|
/device/moto/shamu/ |
init.shamu.rc | 199 write /proc/sys/net/ipv6/conf/rmnet0/accept_ra 2 200 write /proc/sys/net/ipv6/conf/rmnet1/accept_ra 2 201 write /proc/sys/net/ipv6/conf/rmnet2/accept_ra 2 202 write /proc/sys/net/ipv6/conf/rmnet3/accept_ra 2 203 write /proc/sys/net/ipv6/conf/rmnet4/accept_ra 2 204 write /proc/sys/net/ipv6/conf/rmnet5/accept_ra 2 205 write /proc/sys/net/ipv6/conf/rmnet6/accept_ra 2 206 write /proc/sys/net/ipv6/conf/rmnet7/accept_ra 2 207 write /proc/sys/net/ipv6/conf/rmnet_sdio0/accept_ra 2 208 write /proc/sys/net/ipv6/conf/rmnet_sdio1/accept_ra [all...] |
/external/wpa_supplicant_8/src/radius/ |
radius_server.c | 264 * ipv6 - Whether to enable IPv6 support in the RADIUS server 266 int ipv6; member in struct:radius_server_data 395 int ipv6) 401 if (ipv6) { 420 if (!ipv6 && (client->addr.s_addr & client->mask.s_addr) == 1200 if (data->ipv6) { 1214 if (!data->ipv6) { [all...] |
/external/chromium_org/chromeos/network/ |
host_resolver_impl_chromeos.cc | 91 << " IPv4: " << ipv4_address << " IPv6: " << ipv6_address; 175 net::IPAddressNumber ipv6; local 176 if (net::ParseIPLiteralToNumber(ipv6_address_, &ipv6)) 177 addresses->push_back(net::IPEndPoint(ipv6, 0)); 187 << " IPv4: " << ipv4_address_ << " IPv6: " << ipv6_address_;
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
loc_eng_agps.h | 304 unsigned int ipv4, char* ipv6) : 307 if (NULL == ipv6) { 310 memcpy(mIPv6Addr, ipv6, sizeof(mIPv6Addr));
|
loc_eng_msg.h | 214 int ipv4, char* ipv6, bool isReq);
|
/external/android-clat/ |
clatd.c | 56 /* 40 bytes IPv6 header - 20 bytes IPv4 header + 8 bytes fragment header */ 115 .sll_pkttype = PACKET_OTHERHOST, // The 464xlat IPv6 address is not assigned to the kernel. 122 uint32_t *ipv6 = Global_Clatd_Config.ipv6_local_subnet.s6_addr32; local 124 // Load the first four bytes of the IPv6 destination address (starts 24 bytes in). 125 // Compare it against the first four bytes of our IPv6 address, in host byte order (BPF loads 128 // three words of the IPv6 address, and if they all match, return PACKETLEN (accept packet). 130 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, htonl(ipv6[0]), 0, 7), 132 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, htonl(ipv6[1]), 0, 5), 134 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, htonl(ipv6[2]), 0, 3), 136 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, htonl(ipv6[3]), 0, 1) [all...] |
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/ |
socket_node.cc | 153 PP_NetAddress_IPv6 ipv6; local 167 if (PP_TRUE == NetInterface()->DescribeAsIPv6Address(addr, &ipv6)) { 170 addr6.sin6_port = ipv6.port; 171 memcpy(&addr6.sin6_addr, ipv6.addr, sizeof(ipv6.addr));
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
loc_eng_agps.h | 305 unsigned int ipv4, char* ipv6) : 308 if (NULL == ipv6) { 311 memcpy(mIPv6Addr, ipv6, sizeof(mIPv6Addr));
|
/device/lge/hammerhead/ |
init.hammerhead.rc | 108 write /proc/sys/net/ipv6/conf/rmnet0/accept_ra 2 109 write /proc/sys/net/ipv6/conf/rmnet1/accept_ra 2 110 write /proc/sys/net/ipv6/conf/rmnet2/accept_ra 2 111 write /proc/sys/net/ipv6/conf/rmnet3/accept_ra 2 112 write /proc/sys/net/ipv6/conf/rmnet4/accept_ra 2 113 write /proc/sys/net/ipv6/conf/rmnet5/accept_ra 2 114 write /proc/sys/net/ipv6/conf/rmnet6/accept_ra 2 115 write /proc/sys/net/ipv6/conf/rmnet7/accept_ra 2
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prnetdb.h | 287 ** Convert an IPv4 addr to an (IPv4-mapped) IPv6 addr 293 ** PRIPv6Addr *v6addr The converted IPv6 address 326 ((addr)->raw.family == PR_AF_INET6 ? (addr)->ipv6.port : (addr)->inet.port)
|
/external/fio/ |
client.h | 48 int ipv6; member in struct:fio_client
|
configure | 1098 # Check whether we have the required functions for ipv6 1099 ipv6="no" 1119 if compile_prog "" "" "ipv6"; then 1120 ipv6="yes" 1122 echo "IPv6 helpers $ipv6" 1316 if test "$ipv6" = "yes" ; then
|
/external/iptables/extensions/ |
libxt_multiport.c | 207 entry->ipv6.proto, entry->ipv6.invflags); 249 entry->ipv6.proto, entry->ipv6.invflags);
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
events_view.css | 101 #events-view-source-list-tbody .source-ipv6-probe-job {
|
/external/chromium_org/net/base/ |
ip_endpoint_unittest.cc | 24 bool ipv6; member in struct:net::__anon13638::TestData 85 socklen_t expected_size = tests[index].ipv6 ? 133 // IPv4 vs IPv6 145 // IPv6 vs IPv6
|
/bionic/libc/kernel/uapi/linux/netfilter_ipv6/ |
ip6_tables.h | 91 struct ip6t_ip6 ipv6; member in struct:ip6t_entry
|
/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.
|
/development/ndk/platforms/android-3/include/linux/netfilter_ipv6/ |
ip6_tables.h | 67 struct ip6t_ip6 ipv6; member in struct:ip6t_entry
|
/development/ndk/platforms/android-L/include/linux/netfilter_ipv6/ |
ip6_tables.h | 91 struct ip6t_ip6 ipv6; member in struct:ip6t_entry
|
/external/iproute2/lib/ |
ll_proto.c | 58 __PF(IPV6,ipv6)
|
/external/iptables/include/linux/netfilter_ipv6/ |
ip6_tables.h | 71 * the non IPv6 extension headers. 72 * - The protocol numbers of IPv6 extension headers except of ESP and 107 struct ip6t_ip6 ipv6; member in struct:ip6t_entry
|
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/ |
ip6_tables.h | 73 * the non IPv6 extension headers. 74 * - The protocol numbers of IPv6 extension headers except of ESP and 109 struct ip6t_ip6 ipv6; member in struct:ip6t_entry
|