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

  /external/parameter-framework/asio-1.10.6/include/asio/ip/
address.hpp 42 /// Construct an address from an IPv4 address.
60 /// Assign from an IPv4 address.
71 return type_ == ipv4;
92 /// Create an address from an IPv4 address string in dotted decimal form,
96 /// Create an address from an IPv4 address string in dotted decimal form,
101 /// Create an address from an IPv4 address string in dotted decimal form,
105 /// Create an address from an IPv4 address string in dotted decimal form,
151 enum { ipv4, ipv6 } type_; enumerator in enum:asio::ip::address::__anon34769
153 // The underlying IPv4 address.
  /external/grpc-grpc/test/core/client_channel/resolvers/
sockaddr_resolver_test.cc 92 grpc_core::ResolverFactory* ipv4 = local
93 grpc_core::ResolverRegistry::LookupResolverFactory("ipv4");
97 test_fails(ipv4, "ipv4:10.2.1.1");
98 test_succeeds(ipv4, "ipv4:10.2.1.1:1234");
99 test_succeeds(ipv4, "ipv4:10.2.1.1:1234,127.0.0.1:4321");
100 test_fails(ipv4, "ipv4:10.2.1.1:123456")
    [all...]
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_sk_lookup_kern.c 24 bool *ipv4)
37 *ipv4 = true;
46 *ipv4 = true;
65 bool ipv4; local
70 tuple = get_tuple(data, sizeof(*eth), data_end, eth->h_proto, &ipv4);
74 tuple_len = ipv4 ? sizeof(tuple->ipv4) : sizeof(tuple->ipv6);
  /external/android-clat/
config.c 100 * locates the config item, parses the ipv4 address, and returns the pointer ret_val_ptr, or NULL on
119 logmsg(ANDROID_LOG_FATAL, "invalid IPv4 address specified for %s: %s", item_name, tmp);
201 * picks a random interface ID that is checksum neutral with the IPv4 address and the NAT64 prefix
203 * ipv4_local_subnet - clat IPv4 address
212 // checksum(Local IPv4 | Remote IPv4) = checksum(Local IPv6 | Remote IPv6)
213 // in other words (because remote IPv6 = NAT64 prefix | Remote IPv4):
214 // checksum(Local IPv4) = checksum(Local IPv6 | NAT64 prefix)
250 * picks a free IPv4 address, starting from ip and trying all addresses in the prefix in order
253 * returns: the IPv4 address, or INADDR_NONE if no addresses were availabl
265 in_addr_t ipv4 = ntohl(ip->s_addr); local
    [all...]
  /external/webrtc/webrtc/base/
ipaddress.cc 94 // IPv4 is 'less than' IPv6
232 in_addr ipv4; local
233 ::memcpy(&ipv4.s_addr, &in6.s6_addr[12], sizeof(ipv4.s_addr));
234 return ipv4;
  /external/iproute2/tipc/
bearer.c 650 struct sockaddr_in *ipv4 = (struct sockaddr_in *) addr; local
652 printf("%s\n", inet_ntoa(ipv4->sin_addr));
704 struct sockaddr_in *ipv4 = (struct sockaddr_in *) addr; local
708 printf("%s\n", inet_ntoa(ipv4->sin_addr));
711 printf("%u\n", ntohs(ipv4->sin_port));
  /external/guava/guava-tests/test/com/google/common/net/
InetAddressesTest.java 175 // Don't need to test IPv4 much; it just calls getHostAddress().
384 * from an "IPv4 mapped" IPv6 address. Our String-based method can
445 InetAddress ipv4 = InetAddresses.forString(ipv4Str); local
448 assertEquals(ipv4, InetAddresses.get6to4IPv4Address((Inet6Address) ip));
501 InetAddress ipv4 = InetAddresses.forString("1.2.3.4"); local
522 assertEquals("checking '" + validIsatapAddresses[i] + "'", ipv4,
552 InetAddress ipv4 = InetAddresses.forString("1.2.3.4"); local
553 assertEquals(ipv4, InetAddresses.getEmbeddedIPv4ClientAddress(testIp));
558 ipv4 = InetAddresses.forString("1.2.3.4");
559 assertEquals(ipv4, InetAddresses.getEmbeddedIPv4ClientAddress(testIp))
    [all...]
  /external/libcups/cups/
http.h 416 struct sockaddr_in ipv4; /* IPv4 address */ member in union:_http_addr_u
  /external/mdnsresponder/mDNSWindows/
mDNSWin32.c 332 // Set up the IPv4 unicast socket
2965 mDNSv4Addr ipv4; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
bpf.h 427 } ipv4; member in union:bpf_sock_tuple::__anon467
  /external/bcc/src/cc/compat/linux/
bpf.h 794 * IPv4.
801 * address of the remote end (IPv4 or IPv6, depending on the case)
811 * remote ends with IPv4 address other than 10.0.0.1:
846 * instead of IPv4.
848 * For IPv4 packets, add a flag to tunnel metadata
2529 } ipv4; member in union:bpf_sock_tuple::__anon15369
    [all...]
  /external/kernel-headers/original/uapi/linux/
bpf.h 817 * IPv4.
824 * address of the remote end (IPv4 or IPv6, depending on the case)
834 * remote ends with IPv4 address other than 10.0.0.1:
869 * instead of IPv4.
871 * For IPv4 packets, add a flag to tunnel metadata
2612 } ipv4; member in union:bpf_sock_tuple::__anon25357
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 406 // For IPv4: "123.123.123.123.in-addr.arpa." 30 bytes including terminating NUL
848 mDNSv4Addr ipv4; \/\/ For 'A' record member in union:__anon32569
862 mDNSv4Addr ipv4; \/\/ For 'A' record member in union:__anon32570
    [all...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 

Completed in 1179 milliseconds