Searched refs:server_ip (Results 1 - 19 of 19) sorted by relevance

/external/chromium/net/tools/flip_server/
H A Dspdy_interface.cc89 std::string server_ip,
96 epoll_server, fd, server_ip, server_port,
121 std::string server_ip, std::string server_port) {
142 server_ip, server_port, "", false);
241 std::string server_ip; local
244 server_ip = acceptor_->https_server_ip_;
247 server_ip = acceptor_->http_server_ip_;
251 FindOrMakeNewSMConnectionInterface(server_ip, server_port);
85 InitSMConnection(SMConnectionPoolInterface* connection_pool, SMInterface* sm_interface, EpollServer* epoll_server, int fd, std::string server_ip, std::string server_port, std::string remote_ip, bool use_ssl) argument
120 FindOrMakeNewSMConnectionInterface( std::string server_ip, std::string server_port) argument
H A Dspdy_interface.h43 std::string server_ip,
57 SMInterface* FindOrMakeNewSMConnectionInterface(std::string server_ip,
H A Dstreamer_interface.cc54 std::string server_ip,
61 epoll_server, fd, server_ip,
50 InitSMConnection(SMConnectionPoolInterface* connection_pool, SMInterface* sm_interface, EpollServer* epoll_server, int fd, std::string server_ip, std::string server_port, std::string remote_ip, bool use_ssl) argument
H A Dsm_interface.h28 std::string server_ip,
H A Dsm_connection.h74 std::string server_ip,
H A Dsm_connection.cc79 std::string server_ip,
98 server_ip_ = server_ip;
101 server_ip,
75 InitSMConnection(SMConnectionPoolInterface* connection_pool, SMInterface* sm_interface, EpollServer* epoll_server, int fd, std::string server_ip, std::string server_port, std::string remote_ip, bool use_ssl) argument
H A Dhttp_interface.h81 std::string server_ip,
H A Dstreamer_interface.h39 std::string server_ip,
H A Dhttp_interface.cc111 std::string server_ip,
121 server_ip,
107 InitSMConnection(SMConnectionPoolInterface* connection_pool, SMInterface* sm_interface, EpollServer* epoll_server, int fd, std::string server_ip, std::string server_port, std::string remote_ip, bool use_ssl) argument
/external/chromium_org/net/tools/flip_server/
H A Dspdy_interface.cc60 std::string server_ip,
69 server_ip,
93 const std::string& server_ip,
116 server_ip,
261 std::string server_ip; local
264 server_ip = acceptor_->https_server_ip_;
267 server_ip = acceptor_->http_server_ip_;
271 FindOrMakeNewSMConnectionInterface(server_ip, server_port);
56 InitSMConnection(SMConnectionPoolInterface* connection_pool, SMInterface* sm_interface, EpollServer* epoll_server, int fd, std::string server_ip, std::string server_port, std::string remote_ip, bool use_ssl) argument
92 FindOrMakeNewSMConnectionInterface( const std::string& server_ip, const std::string& server_port) argument
H A Dstreamer_interface.cc54 std::string server_ip,
64 server_ip,
50 InitSMConnection(SMConnectionPoolInterface* connection_pool, SMInterface* sm_interface, EpollServer* epoll_server, int fd, std::string server_ip, std::string server_port, std::string remote_ip, bool use_ssl) argument
H A Dsm_interface.h28 std::string server_ip,
H A Dspdy_interface.h43 std::string server_ip,
53 const std::string& server_ip,
H A Dsm_connection.cc83 std::string server_ip,
102 server_ip_ = server_ip;
105 &fd_, server_ip, server_port, true, acceptor_->disable_nagle_);
79 InitSMConnection(SMConnectionPoolInterface* connection_pool, SMInterface* sm_interface, EpollServer* epoll_server, int fd, std::string server_ip, std::string server_port, std::string remote_ip, bool use_ssl) argument
H A Dhttp_interface.h81 std::string server_ip,
H A Dsm_connection.h73 std::string server_ip,
H A Dstreamer_interface.h39 std::string server_ip,
H A Dhttp_interface.cc99 std::string server_ip,
109 server_ip,
95 InitSMConnection(SMConnectionPoolInterface* connection_pool, SMInterface* sm_interface, EpollServer* epoll_server, int fd, std::string server_ip, std::string server_port, std::string remote_ip, bool use_ssl) argument
/external/chromium_org/net/tools/quic/
H A Dquic_server.cc218 IPAddressNumber server_ip; local
222 &server_ip, &client_address);
230 IPEndPoint server_address(server_ip, port);

Completed in 1462 milliseconds