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

1 2

  /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::__anon29023
153 // The underlying IPv4 address.
  /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);
193 * picks a random interface ID that is checksum neutral with the IPv4 address and the NAT64 prefix
195 * ipv4_local_subnet - clat IPv4 address
204 // checksum(Local IPv4 | Remote IPv4) = checksum(Local IPv6 | Remote IPv6)
205 // in other words (because remote IPv6 = NAT64 prefix | Remote IPv4):
206 // checksum(Local IPv4) = checksum(Local IPv6 | NAT64 prefix)
243 * picks a free IPv4 address, starting from ip and trying all addresses in the prefix in order
246 * returns: the IPv4 address, or INADDR_NONE if no addresses were availabl
258 in_addr_t ipv4 = ntohl(ip->s_addr); local
    [all...]
  /external/c-ares/
inet_net_pton.c 58 * convert IPv4 network number from presentation to network format.
64 * not an IPv4 network specification.
290 int ipv4; local
304 ipv4 = 0;
340 ipv4 = 1;
359 if (ipv4)
  /external/syslinux/gpxe/src/config/
config.c 91 REQUIRE_OBJECT ( ipv4 ); variable
  /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/syslinux/gpxe/src/core/
settings.c 638 * Fetch value of IPv4 address setting
642 * @v inp IPv4 address to fill in
1100 * Parse and store value of IPv4 address setting
1109 struct in_addr ipv4; local
1111 if ( inet_aton ( value, &ipv4 ) == 0 )
1113 return store_setting ( settings, setting, &ipv4, sizeof ( ipv4 ) );
1117 * Fetch and format value of IPv4 address setting
1127 struct in_addr ipv4; local
1130 if ( ( raw_len = fetch_ipv4_setting ( settings, setting, &ipv4 ) ) < 0
    [all...]
  /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/libmicrohttpd/src/spdy2http/
proxy.c 70 bool ipv4; member in struct:global_options
947 if(glob_opt.ipv4 && !glob_opt.ipv6)
949 else if(glob_opt.ipv6 && !glob_opt.ipv4)
1281 " -4, --curl-ipv4 Curl may use IPv4 to connect to the final destination.\n"
1283 " If neither --curl-ipv4 nor --curl-ipv6 is set,\n"
    [all...]
  /external/libmicrohttpd/src/microhttpd/
daemon.c 193 * IPv4 address.
195 struct in_addr ipv4; member in union:MHD_IPCount::__anon23627
272 /* IPv4 addresses */
277 memcpy (&key->addr.ipv4, &addr4->sin_addr, sizeof(addr4->sin_addr));
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_location_GnssLocationProvider.cpp 939 jbyte ipv4[4]; local
    [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...]
  /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::__anon45065
    [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::__anon45080
    [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::__anon45099
    [all...]
  /hardware/qcom/gps/msm8084/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::__anon45151
    [all...]
  /hardware/qcom/gps/msm8084/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::__anon45166
    [all...]
  /hardware/qcom/gps/msm8084/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::__anon45185
    [all...]
  /hardware/qcom/gps/msm8909/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::__anon45243
    [all...]
  /hardware/qcom/gps/msm8994/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::__anon45327
    [all...]
  /hardware/qcom/gps/msm8994/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::__anon45342
    [all...]
  /hardware/qcom/gps/msm8994/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::__anon45361
    [all...]
  /hardware/qcom/gps/msm8996/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::__anon45419
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ras.h 1030 RASIPV4ADDR ipv4; member in union:_RASTUNNELENDPOINT::__anon59688
    [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:__anon26953
862 mDNSv4Addr ipv4; \/\/ For 'A' record member in union:__anon26954
    [all...]

Completed in 1071 milliseconds

1 2