HomeSort by relevance Sort by last modified time
    Searched refs:IPEndPoint (Results 26 - 50 of 55) sorted by null

12 3

  /external/chromium/net/socket/
socks5_client_socket.h 78 virtual int GetLocalAddress(IPEndPoint* address) const;
socks_client_socket.h 75 virtual int GetLocalAddress(IPEndPoint* address) const;
ssl_client_socket_mac.h 58 virtual int GetLocalAddress(IPEndPoint* address) const;
ssl_client_socket_openssl.h 72 virtual int GetLocalAddress(IPEndPoint* address) const;
ssl_client_socket_win.h 63 virtual int GetLocalAddress(IPEndPoint* address) const;
tcp_client_socket_libevent.h 55 virtual int GetLocalAddress(IPEndPoint* address) const;
transport_client_socket_pool_unittest.cc 36 void SetIPv4Address(IPEndPoint* address) {
39 *address = IPEndPoint(number, 80);
42 void SetIPv6Address(IPEndPoint* address) {
45 *address = IPEndPoint(number, 80);
71 virtual int GetLocalAddress(IPEndPoint* address) const {
127 virtual int GetLocalAddress(IPEndPoint* address) const {
195 virtual int GetLocalAddress(IPEndPoint* address) const {
    [all...]
ssl_client_socket_nss.h 77 virtual int GetLocalAddress(IPEndPoint* address) const;
ssl_server_socket_unittest.cc 152 virtual int GetLocalAddress(IPEndPoint* address) const {
154 *address = net::IPEndPoint(ip_address, 0);
socks_client_socket.cc 426 int SOCKSClientSocket::GetLocalAddress(IPEndPoint* address) const {
socks5_client_socket.cc 495 int SOCKS5ClientSocket::GetLocalAddress(IPEndPoint* address) const {
socket_test_util.h 583 virtual int GetLocalAddress(IPEndPoint* address) const;
    [all...]
tcp_client_socket_libevent.cc 681 int TCPClientSocketLibevent::GetLocalAddress(IPEndPoint* address) const {
tcp_client_socket_win.cc 483 int TCPClientSocketWin::GetLocalAddress(IPEndPoint* address) const {
socket_test_util.cc 651 int MockClientSocket::GetLocalAddress(IPEndPoint* address) const {
655 *address = IPEndPoint(ip, 123);
    [all...]
ssl_client_socket_mac.cc 629 int SSLClientSocketMac::GetLocalAddress(IPEndPoint* address) const {
    [all...]
  /external/chromium/net/spdy/
spdy_session_pool.h 130 typedef std::map<IPEndPoint, HostPortProxyPair> SpdyAliasMap;
164 // A map of IPEndPoint aliases for sessions.
spdy_proxy_client_socket.h 92 virtual int GetLocalAddress(IPEndPoint* address) const;
spdy_session_pool.cc 215 IPEndPoint endpoint;
349 IPEndPoint endpoint;
spdy_session.h 216 int GetLocalAddress(IPEndPoint* address) const;
spdy_proxy_client_socket.cc 258 int SpdyProxyClientSocket::GetLocalAddress(IPEndPoint* address) const {
spdy_stream.cc 221 int SpdyStream::GetLocalAddress(IPEndPoint* address) const {
  /external/chromium/net/base/
net_util_win.cc 113 IPEndPoint endpoint;
  /external/chromium/net/http/
http_proxy_client_socket.h 94 virtual int GetLocalAddress(IPEndPoint* address) const;
http_proxy_client_socket.cc 217 int HttpProxyClientSocket::GetLocalAddress(IPEndPoint* address) const {

Completed in 4637 milliseconds

12 3