Home
last modified time | relevance | path

Searched refs:GetRemoteAddress (Results 1 – 15 of 15) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
Dasynctcpsocket.cc97 SocketAddress AsyncTCPSocket::GetRemoteAddress() const { in GetRemoteAddress() function in talk_base::AsyncTCPSocket
98 return socket_->GetRemoteAddress(); in GetRemoteAddress()
129 if (addr == GetRemoteAddress()) in SendTo()
174 SocketAddress remote_addr(GetRemoteAddress()); in ProcessInput()
Dasyncudpsocket.cc71 SocketAddress AsyncUDPSocket::GetRemoteAddress() const { in GetRemoteAddress() function in talk_base::AsyncUDPSocket
72 return socket_->GetRemoteAddress(); in GetRemoteAddress()
Dasyncsocket.h65 virtual SocketAddress GetRemoteAddress() const { in GetRemoteAddress() function
66 return socket_->GetRemoteAddress(); in GetRemoteAddress()
Dasyncudpsocket.h49 virtual SocketAddress GetRemoteAddress() const;
Dasyncpacketsocket.h49 virtual SocketAddress GetRemoteAddress() const = 0;
Dsocketadapters.h128 virtual SocketAddress GetRemoteAddress() const;
181 virtual SocketAddress GetRemoteAddress() const;
Dasynctcpsocket.h47 virtual SocketAddress GetRemoteAddress() const;
Dwin32socketserver.h59 virtual SocketAddress GetRemoteAddress() const;
Dsocket.h155 virtual SocketAddress GetRemoteAddress() const = 0;
Dfirewallsocketserver.cc58 return SendTo(pv, cb, GetRemoteAddress()); in Send()
Dwin32socketserver.cc299 SocketAddress Win32Socket::GetRemoteAddress() const { in GetRemoteAddress() function in talk_base::Win32Socket
505 SocketAddress addr = GetRemoteAddress(); in EstimateMTU()
Dsocketadapters.cc278 SocketAddress AsyncHttpsProxySocket::GetRemoteAddress() const { in GetRemoteAddress() function in talk_base::AsyncHttpsProxySocket
535 SocketAddress AsyncSocksProxySocket::GetRemoteAddress() const { in GetRemoteAddress() function in talk_base::AsyncSocksProxySocket
Dphysicalsocketserver.cc161 SocketAddress GetRemoteAddress() const { in GetRemoteAddress() function in talk_base::PhysicalSocket
399 SocketAddress addr = GetRemoteAddress(); in EstimateMTU()
1089 dbg_addr_.append(GetRemoteAddress().ToString()); in OnEvent()
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dtcpport.cc146 incoming.addr = new_socket->GetRemoteAddress(); in OnNewConnection()
244 << socket->GetRemoteAddress().ToString(); in OnConnect()
Drelayport.cc632 socket->GetRemoteAddress().ToString(); in OnSocketConnect()