HomeSort by relevance Sort by last modified time
    Searched defs:ipv4 (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/ppapi/tests/
test_network_monitor.cc 75 PP_NetAddress_IPv4 ipv4; local
76 ASSERT_TRUE(addresses[i].DescribeAsIPv4Address(&ipv4));
80 for (size_t j = 0; j < sizeof(ipv4.addr); ++j) {
81 if (ipv4.addr[j] != 0) {
89 ASSERT_TRUE(ipv4.port == 0);
test_net_address_private.cc 196 { // IPv4 192.168.1.2 embedded in IPv6 in the deprecated way.
204 { // IPv4 192.168.1.2 embedded in IPv6.
212 { // *Not* IPv4 embedded in IPv6.
233 PP_NetAddress_Private ipv4 = MakeIPv4NetAddress(localhost_ip, 80); local
234 ASSERT_EQ(NetAddressPrivate::GetFamily(ipv4),
308 PP_NetAddress_Private ipv4 = MakeIPv4NetAddress(localhost_ip, 80); local
309 ASSERT_EQ(0, NetAddressPrivate::GetScopeID(ipv4));
  /external/android-clat/
config.c 95 * locates the config item, parses the ipv4 address, and returns the pointer ret_val_ptr, or NULL on failure
112 logmsg(ANDROID_LOG_FATAL,"invalid IPv4 address specified for %s: %s", item_name, tmp);
190 * picks a random interface ID that is checksum neutral with the IPv4 address and the NAT64 prefix
192 * ipv4_local_subnet - clat IPv4 address
201 // checksum(Local IPv4 | Remote IPv4) = checksum(Local IPv6 | Remote IPv6)
202 // in other words (because remote IPv6 = NAT64 prefix | Remote IPv4):
203 // checksum(Local IPv4) = checksum(Local IPv6 | NAT64 prefix)
240 * picks a free IPv4 address, starting from ip and trying all addresses in the prefix in order
243 * returns: the IPv4 address, or INADDR_NONE if no addresses were availabl
255 in_addr_t ipv4 = ntohl(ip->s_addr); local
    [all...]
  /external/chromium_org/chromeos/network/
host_resolver_impl_chromeos.cc 91 << " IPv4: " << ipv4_address << " IPv6: " << ipv6_address;
180 net::IPAddressNumber ipv4; local
181 if (net::ParseIPLiteralToNumber(ipv4_address_, &ipv4))
182 addresses->push_back(net::IPEndPoint(ipv4, 0));
187 << " IPv4: " << ipv4_address_ << " IPv6: " << ipv6_address_;
  /system/core/toolbox/
netstat.c 91 static void ipv4(const char *filename, const char *label) { function
149 ipv4("/proc/net/tcp", "tcp");
150 ipv4("/proc/net/udp", "udp");
  /external/chromium_org/third_party/webrtc/base/
ipaddress.cc 90 // IPv4 is 'less than' IPv6
223 in_addr ipv4; local
224 ::memcpy(&ipv4.s_addr, &in6.s6_addr[12], sizeof(ipv4.s_addr));
225 return ipv4;
  /external/chromium_org/cloud_print/gcp20/prototype/
printer.cc 836 net::IPAddressNumber ipv4; local
841 ipv4 = GetLocalIp("", false);
849 if (ipv4.empty() && ipv6.empty()) {
856 VLOG_IF(0, !ipv4.empty())
857 << "Local IPv4 address: " << net::IPAddressToStringWithPort(ipv4, port);
862 if (!ipv4.empty())
863 service_name_prefix += net::IPAddressToString(ipv4);
878 ipv4,
  /external/guava/guava/src/com/google/common/net/
InetAddresses.java 57 * <li>The IPv4 loopback address, {@code "127.0.0.1"}.<br/>
67 * <li>An IPv6 "IPv4 compatible" (or "compat") address,
71 * <li>An IPv6 "IPv4 mapped" address, {@code "::ffff:192.168.0.1"}.<br/>
75 * <p>A few notes about IPv6 "IPv4 mapped" addresses and their observed
78 * "IPv4 mapped" addresses were originally a representation of IPv4
79 * addresses for use on an IPv6 socket that could receive both IPv4
84 * RFCs with the apparent aim of making IPv4-to-IPv6 transition simpler.
131 * of the IPv4 address.
133 * @param bytes byte array representing an IPv4 address (should b
146 InetAddress ipv4 = InetAddress.getByAddress(bytes); local
    [all...]
  /external/guava/guava-tests/test/com/google/common/net/
InetAddressesTest.java 175 // Don't need to test IPv4 much; it just calls getHostAddress().
362 * from an "IPv4 mapped" IPv6 address. Our String-based method can
423 InetAddress ipv4 = InetAddresses.forString(ipv4Str); local
426 assertEquals(ipv4, InetAddresses.get6to4IPv4Address((Inet6Address) ip));
471 InetAddress ipv4 = InetAddresses.forString("1.2.3.4"); local
492 assertEquals("checking '" + validIsatapAddresses[i] + "'", ipv4,
522 InetAddress ipv4 = InetAddresses.forString("1.2.3.4"); local
523 assertEquals(ipv4, InetAddresses.getEmbeddedIPv4ClientAddress(testIp));
528 ipv4 = InetAddresses.forString("1.2.3.4");
529 assertEquals(ipv4, InetAddresses.getEmbeddedIPv4ClientAddress(testIp))
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_location_GpsLocationProvider.cpp 188 ALOGE("Unable to allocate byte array for IPv4 address");
192 jbyte ipv4[4]; local
194 ALOGV("Converting IPv4 address(net_order) %x", ip);
195 memcpy(ipv4, &ip, sizeof(ipv4));
197 ALOGV("Converting IPv4 address(host_order) %x", ip);
199 ipv4[0] = (jbyte) (ip & 0xFF);
200 ipv4[1] = (jbyte)((ip>>8) & 0xFF);
201 ipv4[2] = (jbyte)((ip>>16) & 0xFF);
202 ipv4[3] = (jbyte) (ip>>24)
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 231 rpc_loc_server_addr_ipv4_type ipv4; member in union:rpc_loc_server_addr_u_type::__anon20910
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 222 rpc_loc_server_addr_ipv4_type ipv4; member in union:rpc_loc_server_addr_u_type::__anon20925
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 254 rpc_loc_server_addr_ipv4_type ipv4; member in union:rpc_loc_server_addr_u_type::__anon20944
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ras.h 1020 RASIPV4ADDR ipv4; member in union:_RASTUNNELENDPOINT::__anon30305
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 395 // For IPv4: "123.123.123.123.in-addr.arpa." 30 bytes including terminating NUL
837 mDNSv4Addr ipv4; \/\/ For 'A' record member in union:__anon10496
851 mDNSv4Addr ipv4; \/\/ For 'A' record member in union:__anon10497
    [all...]
  /external/qemu/qapi-auto-generated/
qapi-types.h 2799 bool ipv4; member in struct:InetSocketAddress
    [all...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 

Completed in 830 milliseconds