Home
last modified time | relevance | path

Searched defs:SetIP (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/rtc_base/
H A Dsocket_address.cc91 void SocketAddress::SetIP(uint32_t ip_as_host_order_integer) { in SetIP() function in rtc::SocketAddress
98 void SocketAddress::SetIP(const IPAddress& ip) { in SetIP() function in rtc::SocketAddress
105 void SocketAddress::SetIP(absl::string_view hostname) { in SetIP() function in rtc::SocketAddress
/aosp_15_r20/external/webrtc/api/transport/
H A Dstun.h424 void SetIP(const rtc::IPAddress& ip) { in SetIP() function
/aosp_15_r20/external/stressapptest/src/
H A Dworker.cc2004 void NetworkThread::SetIP(const char *ipaddr_init) { in SetIP() function in NetworkThread