Home
last modified time | relevance | path

Searched defs:IPAddress (Results 1 – 25 of 115) sorted by relevance

12345

/aosp_15_r20/external/openscreen/platform/base/
H A Dip_address.h38 constexpr IPAddress() : version_(Version::kV4), bytes_({}) {} in IPAddress() function
45 explicit constexpr IPAddress(const std::array<uint8_t, 4>& bytes) in IPAddress() function
49 explicit constexpr IPAddress(const uint8_t (&b)[4]) in IPAddress() function
52 constexpr IPAddress(uint8_t b1, uint8_t b2, uint8_t b3, uint8_t b4) in IPAddress() function
56 explicit constexpr IPAddress(const std::array<uint16_t, 8>& hextets) in IPAddress() function
66 explicit constexpr IPAddress(const uint16_t (&hextets)[8]) in IPAddress() function
76 constexpr IPAddress(uint16_t h0, in IPAddress() function
/aosp_15_r20/external/webrtc/rtc_base/
H A Dip_address.h54 IPAddress() : family_(AF_UNSPEC) { ::memset(&u_, 0, sizeof(u_)); } in IPAddress() function
56 explicit IPAddress(const in_addr& ip4) : family_(AF_INET) { in IPAddress() function
61 explicit IPAddress(const in6_addr& ip6) : family_(AF_INET6) { u_.ip6 = ip6; } in IPAddress() function
63 explicit IPAddress(uint32_t ip_in_host_byte_order) : family_(AF_INET) { in IPAddress() function
68 IPAddress(const IPAddress& other) : family_(other.family_) { in IPAddress() function
H A Dnetwork_monitor.h22 class IPAddress; variable
/aosp_15_r20/packages/modules/Connectivity/staticlibs/netd/libnetdutils/include/netdutils/
DInternetAddresses.h138 explicit IPAddress(const in_addr& ipv4) in IPAddress() function
140 explicit IPAddress(const in6_addr& ipv6) in IPAddress() function
142 IPAddress(const in6_addr& ipv6, uint32_t scope_id) in IPAddress() function
149 IPAddress(const IPAddress& ip, uint32_t scope_id) : IPAddress(ip) { in IPAddress() function
176 explicit IPAddress(const internal_::compact_ipdata& ipdata) : mData(ipdata) { in IPAddress() function
/aosp_15_r20/external/cronet/net/base/
H A Dip_address.cc249 IPAddress::IPAddress(const IPAddressBytes& address) : ip_address_(address) {} in IPAddress() function in net::IPAddress
251 IPAddress::IPAddress(base::span<const uint8_t> address) in IPAddress() function in net::IPAddress
254 IPAddress::IPAddress(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3) { in IPAddress() function in net::IPAddress
259 IPAddress::IPAddress(uint8_t b0, in IPAddress() function in net::IPAddress
H A Daddress_tracker_linux_test_util.h18 class IPAddress; variable
H A Daddress_family.h12 class IPAddress; variable
H A Daddress_list.h28 class IPAddress; variable
/aosp_15_r20/external/go-cmp/cmp/cmpopts/
H A Dexample_test.go59 IPAddress net.IP member
65 IPAddress net.IP member
/aosp_15_r20/external/go-cmp/cmp/
H A Dexample_test.go305 IPAddress net.IP member
311 IPAddress net.IP member
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/
H A DNetworkChangeDetector.java33 public static class IPAddress { class
36 public IPAddress(byte[] address) { in IPAddress() method in NetworkChangeDetector.IPAddress
/aosp_15_r20/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtcpPacketTest.cpp76 RtpDt_UChar IPAddress[] = "2600:100e:1008:af4f::1ebe:6851"; in TEST_F() local
356 RtpDt_UChar IPAddress[] = "2600:100e:1008:af4f::1ebe:6851"; in TEST_F() local
/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_components/
H A DIPAddress.java43 public class IPAddress extends Asn1Choice { class
67 public IPAddress() { in IPAddress() method in IPAddress
/aosp_15_r20/external/cronet/net/socket/
H A Ddatagram_server_socket.h17 class IPAddress; variable
H A Dsocket_performance_watcher_factory.h14 class IPAddress; variable
H A Dudp_server_socket.h17 class IPAddress; variable
/aosp_15_r20/external/cronet/net/dns/
H A Dmock_mdns_socket_factory.h22 class IPAddress; variable
/aosp_15_r20/external/python/pyasn1-modules/pyasn1_modules/
Drfc6482.py33 class IPAddress(univ.BitString): class
Drfc3779.py29 class IPAddress(univ.BitString): class
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_server_properties_manager.h29 class IPAddress; variable
/aosp_15_r20/external/webrtc/test/network/
H A Dnetwork_emulation.cc31 const std::map<rtc::IPAddress, EmulatedNetworkOutgoingStats>& in GetOverallOutgoingStats()
42 const std::map<rtc::IPAddress, EmulatedNetworkIncomingStats>& in GetOverallIncomingStats()
/aosp_15_r20/external/cronet/net/network_error_logging/
H A Dnetwork_error_logging_test_util.h19 class IPAddress; variable
/aosp_15_r20/external/cronet/net/nqe/
H A Dsocket_watcher.h29 class IPAddress; variable
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DIPAddress.java6 public class IPAddress class
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/
H A DIPAddress.java8 public class IPAddress class

12345