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

  /external/webrtc/webrtc/base/
asyncudpsocket.cc 53 SocketAddress AsyncUDPSocket::GetLocalAddress() const {
54 return socket_->GetLocalAddress();
112 SocketAddress local_addr = socket_->GetLocalAddress();
asyncsocket.cc 41 SocketAddress AsyncSocketAdapter::GetLocalAddress() const {
42 return socket_->GetLocalAddress();
asynctcpsocket.cc 81 SocketAddress AsyncTCPSocketBase::GetLocalAddress() const {
82 return socket_->GetLocalAddress();
macasyncsocket.cc 51 SocketAddress MacAsyncSocket::GetLocalAddress() const {
72 // Use native_socket for consistency with GetLocalAddress.
physicalsocketserver.cc 135 SocketAddress PhysicalSocket::GetLocalAddress() const {
144 LOG(LS_WARNING) << "GetLocalAddress: unable to get local addr, socket="
174 dbg_addr_.append(GetLocalAddress().ToString());
367 dbg_addr_.append(GetLocalAddress().ToString());
    [all...]
win32socketserver.cc 275 SocketAddress Win32Socket::GetLocalAddress() const {
284 LOG(LS_WARNING) << "GetLocalAddress: unable to get local addr, socket="
virtualsocketserver.cc 125 SocketAddress VirtualSocket::GetLocalAddress() const {
423 SignalAddressReady(this, GetLocalAddress());
739 << socket->GetLocalAddress() << " and " << remote_addr;
743 SocketAddress addr = socket->GetLocalAddress();
779 << socket->GetLocalAddress() << " and " << remote_addr;
788 << socket->GetLocalAddress() << " and " << remote_addr;
    [all...]
  /external/webrtc/webrtc/p2p/base/
stunport.h 70 rtc::SocketAddress GetLocalAddress() const {
71 return socket_->GetLocalAddress();
turnport.cc 195 socket->GetLocalAddress().ipaddr(),
269 rtc::SocketAddress TurnPort::GetLocalAddress() const {
270 return socket_ ? socket_->GetLocalAddress() : rtc::SocketAddress();
379 if (socket->GetLocalAddress().ipaddr() != ip()) {
380 if (socket->GetLocalAddress().IsLoopbackIP()) {
382 << socket->GetLocalAddress().ipaddr().ToString()
387 << socket->GetLocalAddress().ipaddr().ToString()
393 << socket->GetLocalAddress().ipaddr().ToString()
    [all...]
port_unittest.cc 609 ss_->CloseTcpConnections(tcp_conn1->socket()->GetLocalAddress(),
610 tcp_conn2->socket()->GetLocalAddress()));
    [all...]

Completed in 239 milliseconds