/aosp_15_r20/external/openscreen/platform/base/ |
H A D | ip_address.h | 38 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 D | ip_address.h | 54 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 D | network_monitor.h | 22 class IPAddress; variable
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/netd/libnetdutils/include/netdutils/ |
D | InternetAddresses.h | 138 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 D | ip_address.cc | 249 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 D | address_tracker_linux_test_util.h | 18 class IPAddress; variable
|
H A D | address_family.h | 12 class IPAddress; variable
|
H A D | address_list.h | 28 class IPAddress; variable
|
/aosp_15_r20/external/go-cmp/cmp/cmpopts/ |
H A D | example_test.go | 59 IPAddress net.IP member 65 IPAddress net.IP member
|
/aosp_15_r20/external/go-cmp/cmp/ |
H A D | example_test.go | 305 IPAddress net.IP member 311 IPAddress net.IP member
|
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/ |
H A D | NetworkChangeDetector.java | 33 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/ |
D | RtcpPacketTest.cpp | 76 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 D | IPAddress.java | 43 public class IPAddress extends Asn1Choice { class 67 public IPAddress() { in IPAddress() method in IPAddress
|
/aosp_15_r20/external/cronet/net/socket/ |
H A D | datagram_server_socket.h | 17 class IPAddress; variable
|
H A D | socket_performance_watcher_factory.h | 14 class IPAddress; variable
|
H A D | udp_server_socket.h | 17 class IPAddress; variable
|
/aosp_15_r20/external/cronet/net/dns/ |
H A D | mock_mdns_socket_factory.h | 22 class IPAddress; variable
|
/aosp_15_r20/external/python/pyasn1-modules/pyasn1_modules/ |
D | rfc6482.py | 33 class IPAddress(univ.BitString): class
|
D | rfc3779.py | 29 class IPAddress(univ.BitString): class
|
/aosp_15_r20/external/cronet/net/http/ |
H A D | http_server_properties_manager.h | 29 class IPAddress; variable
|
/aosp_15_r20/external/webrtc/test/network/ |
H A D | network_emulation.cc | 31 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 D | network_error_logging_test_util.h | 19 class IPAddress; variable
|
/aosp_15_r20/external/cronet/net/nqe/ |
H A D | socket_watcher.h | 29 class IPAddress; variable
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
H A D | IPAddress.java | 6 public class IPAddress class
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/ |
H A D | IPAddress.java | 8 public class IPAddress class
|