OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPEndPoint
(Results
126 - 150
of
316
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/jingle/glue/
proxy_resolving_client_socket.h
61
virtual int GetPeerAddress(net::
IPEndPoint
* address) const OVERRIDE;
62
virtual int GetLocalAddress(net::
IPEndPoint
* address) const OVERRIDE;
utils.cc
20
bool IPEndPointToSocketAddress(const net::
IPEndPoint
& ip_endpoint,
29
net::
IPEndPoint
* ip_endpoint) {
/external/chromium_org/net/quic/test_tools/
quic_connection_peer.h
85
const
IPEndPoint
& self_address);
88
const
IPEndPoint
& peer_address);
quic_test_utils.h
257
MockConnection(
IPEndPoint
address,
270
MOCK_METHOD3(ProcessUdpPacket, void(const
IPEndPoint
& self_address,
271
const
IPEndPoint
& peer_address,
284
void ProcessUdpPacketInternal(const
IPEndPoint
& self_address,
285
const
IPEndPoint
& peer_address,
322
MOCK_METHOD4(OnPacket, bool(const
IPEndPoint
& self_address,
323
const
IPEndPoint
& peer_address,
370
const
IPEndPoint
& peer_address,
/external/chromium_org/net/server/
http_server.h
21
class
IPEndPoint
;
64
int GetLocalAddress(
IPEndPoint
* address);
/external/chromium_org/net/socket/
socks5_client_socket.h
70
virtual int GetPeerAddress(
IPEndPoint
* address) const OVERRIDE;
71
virtual int GetLocalAddress(
IPEndPoint
* address) const OVERRIDE;
socks_client_socket.h
67
virtual int GetPeerAddress(
IPEndPoint
* address) const OVERRIDE;
68
virtual int GetLocalAddress(
IPEndPoint
* address) const OVERRIDE;
tcp_server_socket.cc
23
int TCPServerSocket::Listen(const
IPEndPoint
& address, int backlog) {
49
int TCPServerSocket::GetLocalAddress(
IPEndPoint
* address) const {
tcp_client_socket.cc
27
const
IPEndPoint
& peer_address)
42
int TCPClientSocket::Bind(const
IPEndPoint
& address) {
60
bind_address_.reset(new
IPEndPoint
(address));
117
const
IPEndPoint
& endpoint = addresses_[current_address_index_];
190
int TCPClientSocket::GetPeerAddress(
IPEndPoint
* address) const {
194
int TCPClientSocket::GetLocalAddress(
IPEndPoint
* address) const {
/external/chromium_org/remoting/host/win/
rdp_client_window.h
67
RdpClientWindow(const net::
IPEndPoint
& server_endpoint,
139
net::
IPEndPoint
server_endpoint_;
/external/chromium_org/content/browser/renderer_host/p2p/
socket_host_test_utils.cc
48
void FakeSocket::SetPeerAddress(const net::
IPEndPoint
& peer_address) {
52
void FakeSocket::SetLocalAddress(const net::
IPEndPoint
& local_address) {
131
int FakeSocket::GetPeerAddress(net::
IPEndPoint
* address) const {
136
int FakeSocket::GetLocalAddress(net::
IPEndPoint
* address) const {
206
net::
IPEndPoint
ParseAddress(const std::string ip_str, int port) {
209
return net::
IPEndPoint
(ip, port);
socket_host_udp.cc
56
const net::
IPEndPoint
& to,
88
bool P2PSocketHostUdp::Init(const net::
IPEndPoint
& local_address,
89
const net::
IPEndPoint
& remote_address) {
105
net::
IPEndPoint
address;
183
void P2PSocketHostUdp::Send(const net::
IPEndPoint
& to,
292
const net::
IPEndPoint
& remote_address, int id) {
socket_host_tcp.cc
63
bool P2PSocketHostTcpBase::InitAccepted(const net::
IPEndPoint
& remote_address,
76
bool P2PSocketHostTcpBase::Init(const net::
IPEndPoint
& local_address,
77
const net::
IPEndPoint
& remote_address) {
221
net::
IPEndPoint
address;
290
void P2PSocketHostTcpBase::Send(const net::
IPEndPoint
& to,
373
const net::
IPEndPoint
& remote_address, int id) {
434
void P2PSocketHostTcp::DoSend(const net::
IPEndPoint
& to,
479
void P2PSocketHostStunTcp::DoSend(const net::
IPEndPoint
& to,
/external/chromium_org/net/quic/crypto/
quic_crypto_server_config_test.cc
34
string NewSourceAddressToken(
IPEndPoint
ip,
41
IPEndPoint
ip,
162
IPEndPoint
ip4 =
IPEndPoint
(ip, 1);
164
IPEndPoint
ip6 =
IPEndPoint
(ip, 2);
/external/chromium_org/net/tools/quic/
quic_server.cc
84
bool QuicServer::Listen(const
IPEndPoint
& address) {
139
IPEndPoint
server_address;
196
const
IPEndPoint
& server_address,
197
const
IPEndPoint
& client_address) {
217
IPEndPoint
client_address;
230
IPEndPoint
server_address(server_ip, port);
quic_dispatcher.cc
68
const
IPEndPoint
& peer_address,
88
void QuicDispatcher::ProcessPacket(const
IPEndPoint
& server_address,
89
const
IPEndPoint
& client_address,
217
const
IPEndPoint
& server_address,
218
const
IPEndPoint
& client_address) {
/external/chromium_org/net/udp/
udp_socket_win.cc
209
int UDPSocketWin::GetPeerAddress(
IPEndPoint
* address) const {
220
scoped_ptr<
IPEndPoint
> address(new
IPEndPoint
());
230
int UDPSocketWin::GetLocalAddress(
IPEndPoint
* address) const {
241
scoped_ptr<
IPEndPoint
> address(new
IPEndPoint
());
261
IPEndPoint
* address,
287
const
IPEndPoint
& address,
294
const
IPEndPoint
* address,
308
send_to_address_.reset(new
IPEndPoint
(*address))
[
all
...]
/external/chromium_org/content/renderer/p2p/
ipc_socket_factory.cc
66
virtual void OnOpen(const net::
IPEndPoint
& address) OVERRIDE;
68
const net::
IPEndPoint
& address,
72
virtual void OnDataReceived(const net::
IPEndPoint
& address,
168
net::
IPEndPoint
local_endpoint;
174
net::
IPEndPoint
remote_endpoint;
253
net::
IPEndPoint
address_chrome;
329
void IpcPacketSocket::OnOpen(const net::
IPEndPoint
& address) {
348
const net::
IPEndPoint
& address,
384
void IpcPacketSocket::OnDataReceived(const net::
IPEndPoint
& address,
socket_dispatcher.cc
141
int socket_id, const net::
IPEndPoint
& address) {
149
int socket_id, const net::
IPEndPoint
& address) {
171
int socket_id, const net::
IPEndPoint
& address,
/external/chromium_org/net/quic/
quic_connection.h
121
virtual void OnPacketReceived(const
IPEndPoint
& self_address,
122
const
IPEndPoint
& peer_address,
192
IPEndPoint
address,
243
virtual void ProcessUdpPacket(const
IPEndPoint
& self_address,
244
const
IPEndPoint
& peer_address,
314
const
IPEndPoint
& self_address() const { return self_address_; }
315
const
IPEndPoint
& peer_address() const { return peer_address_; }
654
IPEndPoint
self_address_;
655
IPEndPoint
peer_address_;
/external/chromium/net/socket/
tcp_server_socket_libevent.cc
56
int TCPServerSocketLibevent::Listen(const
IPEndPoint
& address, int backlog) {
98
int TCPServerSocketLibevent::GetLocalAddress(
IPEndPoint
* address) const {
153
IPEndPoint
address;
tcp_server_socket_win.cc
37
int TCPServerSocketWin::Listen(const
IPEndPoint
& address, int backlog) {
86
int TCPServerSocketWin::GetLocalAddress(
IPEndPoint
* address) const {
137
IPEndPoint
address;
/external/chromium_org/chrome/browser/extensions/api/socket/
socket.cc
109
net::
IPEndPoint
* ip_end_point) {
115
*ip_end_point = net::
IPEndPoint
(ip_number, port);
131
void Socket::IPEndPointToStringAndPort(const net::
IPEndPoint
& address,
/external/chromium_org/chrome/browser/net/
dns_probe_service.cc
22
using net::
IPEndPoint
;
40
IPEndPoint
MakeDnsEndPoint(const std::string& dns_ip_literal) {
44
return
IPEndPoint
(dns_ip_number, net::dns_protocol::kDefaultPort);
/external/chromium_org/net/http/
http_proxy_client_socket.h
87
virtual int GetPeerAddress(
IPEndPoint
* address) const OVERRIDE;
88
virtual int GetLocalAddress(
IPEndPoint
* address) const OVERRIDE;
Completed in 2528 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>