Searched defs:reuseport (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/tools/flip_server/
H A Dflip_config.cc22 bool reuseport,
55 reuseport,
117 bool reuseport,
134 reuseport,
9 FlipAcceptor(enum FlipHandlerType flip_handler_type, std::string listen_ip, std::string listen_port, std::string ssl_cert_filename, std::string ssl_key_filename, std::string http_server_ip, std::string http_server_port, std::string https_server_ip, std::string https_server_port, int spdy_only, int accept_backlog_size, bool disable_nagle, int accepts_per_wake, bool reuseport, bool wait_for_iface, void *memory_cache) argument
104 AddAcceptor(enum FlipHandlerType flip_handler_type, std::string listen_ip, std::string listen_port, std::string ssl_cert_filename, std::string ssl_key_filename, std::string http_server_ip, std::string http_server_port, std::string https_server_ip, std::string https_server_port, int spdy_only, int accept_backlog_size, bool disable_nagle, int accepts_per_wake, bool reuseport, bool wait_for_iface, void *memory_cache) argument
H A Dcreate_listener.cc106 bool reuseport,
164 if (reuseport) {
101 CreateListeningSocket(const std::string& host, const std::string& port, bool is_numeric_host_address, int backlog, bool reuseaddr, bool reuseport, bool wait_for_iface, bool disable_nagle, int * listen_fd ) argument

Completed in 142 milliseconds