Home
last modified time | relevance | path

Searched refs:GetLocalAddress (Results 1 – 25 of 62) sorted by relevance

123

/external/chromium/third_party/libjingle/source/talk/base/
Dfirewallsocketserver.cc46 if (!server_->Check(FP_TCP, GetLocalAddress(), addr)) { in Connect()
48 << GetLocalAddress().ToString() << " to " in Connect()
62 if (!server_->Check(FP_UDP, GetLocalAddress(), addr)) { in SendTo()
64 << GetLocalAddress().ToString() << " to " in SendTo()
81 if (server_->Check(FP_UDP, *paddr, GetLocalAddress())) in RecvFrom()
85 << GetLocalAddress().ToString() << " dropped"; in RecvFrom()
102 if (server_->Check(FP_TCP, addr, GetLocalAddress())) { in Accept()
111 << GetLocalAddress().ToString() << " denied"; in Accept()
Dasyncudpsocket.cc65 SocketAddress AsyncUDPSocket::GetLocalAddress(bool* allocated) const { in GetLocalAddress() function in talk_base::AsyncUDPSocket
68 return socket_->GetLocalAddress(); in GetLocalAddress()
118 SocketAddress local_addr = socket_->GetLocalAddress(); in OnReadEvent()
Dasyncsocket.h62 virtual SocketAddress GetLocalAddress() const { in GetLocalAddress() function
63 return socket_->GetLocalAddress(); in GetLocalAddress()
Dasynctcpsocket.cc91 SocketAddress AsyncTCPSocket::GetLocalAddress(bool* allocated) const { in GetLocalAddress() function in talk_base::AsyncTCPSocket
94 return socket_->GetLocalAddress(); in GetLocalAddress()
Dasyncudpsocket.h48 virtual SocketAddress GetLocalAddress(bool* allocated) const;
Dasyncpacketsocket.h46 virtual SocketAddress GetLocalAddress(bool* allocated) const = 0;
Dasynctcpsocket.h46 virtual SocketAddress GetLocalAddress(bool* allocated) const;
/external/chromium/net/udp/
Dudp_server_socket.cc43 int UDPServerSocket::GetLocalAddress(IPEndPoint* address) const { in GetLocalAddress() function in net::UDPServerSocket
44 return socket_.GetLocalAddress(address); in GetLocalAddress()
Dudp_client_socket.cc44 int UDPClientSocket::GetLocalAddress(IPEndPoint* address) const { in GetLocalAddress() function in net::UDPClientSocket
45 return socket_.GetLocalAddress(address); in GetLocalAddress()
Ddatagram_socket.h27 virtual int GetLocalAddress(IPEndPoint* address) const = 0;
Dudp_socket_unittest.cc204 rv = client.GetLocalAddress(&client_address); in TEST_F()
254 rv = client.GetLocalAddress(&fetched_local_address); in TEST_F()
279 rv = server.GetLocalAddress(&local_address); in TEST_F()
Dudp_server_socket.h37 virtual int GetLocalAddress(IPEndPoint* address) const;
Dudp_client_socket.h30 virtual int GetLocalAddress(IPEndPoint* address) const;
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dtcpport.cc102 talk_base::SocketAddress address = socket_->GetLocalAddress(&allocated); in PrepareAddress()
194 << socket_->GetLocalAddress(NULL).ToString() in TCPConnection()
204 ASSERT(socket_->GetLocalAddress(NULL).ip() == port->ip_); in TCPConnection()
Dudpport.cc64 talk_base::SocketAddress address = socket_->GetLocalAddress(&allocated); in PrepareAddress()
Drelayserver.cc201 remote_addr, socket->GetLocalAddress(&allocated)); in OnInternalPacket()
248 remote_addr, socket->GetLocalAddress(&allocated)); in OnExternalPacket()
448 external_sockets_[index]->GetLocalAddress(&allocated); in HandleStunAllocate()
497 ext_addr, socket->GetLocalAddress(&allocated)); in HandleStunSend()
/external/chromium/net/socket/
Dserver_socket.h26 virtual int GetLocalAddress(IPEndPoint* address) const = 0;
Dtcp_server_socket_libevent.h29 virtual int GetLocalAddress(IPEndPoint* address) const;
Dtcp_server_socket_win.h31 virtual int GetLocalAddress(IPEndPoint* address) const;
Dclient_socket.h68 virtual int GetLocalAddress(IPEndPoint* address) const = 0;
Dtransport_client_socket_pool_unittest.cc71 virtual int GetLocalAddress(IPEndPoint* address) const { in GetLocalAddress() function in net::__anon4fded2350111::MockClientSocket
127 virtual int GetLocalAddress(IPEndPoint* address) const { in GetLocalAddress() function in net::__anon4fded2350111::MockFailingClientSocket
195 virtual int GetLocalAddress(IPEndPoint* address) const { in GetLocalAddress() function in net::__anon4fded2350111::MockPendingClientSocket
1098 handle.socket()->GetLocalAddress(&endpoint); in TEST_F()
1142 handle.socket()->GetLocalAddress(&endpoint); in TEST_F()
1175 handle.socket()->GetLocalAddress(&endpoint); in TEST_F()
1208 handle.socket()->GetLocalAddress(&endpoint); in TEST_F()
Dtcp_client_socket_win.h49 virtual int GetLocalAddress(IPEndPoint* address) const;
Dsocks_client_socket.h75 virtual int GetLocalAddress(IPEndPoint* address) const;
Dsocks5_client_socket.h78 virtual int GetLocalAddress(IPEndPoint* address) const;
Dsocks_client_socket.cc426 int SOCKSClientSocket::GetLocalAddress(IPEndPoint* address) const { in GetLocalAddress() function in net::SOCKSClientSocket
427 return transport_->socket()->GetLocalAddress(address); in GetLocalAddress()

123