HomeSort by relevance Sort by last modified time
    Searched defs:ipv4 (Results 1 - 11 of 11) 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_;
  /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...]
  /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:__anon6350
851 mDNSv4Addr ipv4; \/\/ For 'A' record member in union:__anon6351
    [all...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 

Completed in 294 milliseconds