Searched refs:wait_for_iface (Results 1 - 5 of 5) sorted by relevance

/external/chromium/net/tools/flip_server/
H A Dcreate_listener.h34 // wait_for_iface - A boolean indicating that CreateListeningSocket should
46 bool wait_for_iface,
H A Dflip_config.cc23 bool wait_for_iface,
56 wait_for_iface,
61 } else if ( ret == -3 && wait_for_iface ) {
118 bool wait_for_iface,
135 wait_for_iface,
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 Dflip_config.h41 bool wait_for_iface,
84 bool wait_for_iface,
H A Dflip_in_mem_edsm_server.cc163 bool wait_for_iface = false; local
255 wait_for_iface = true;
287 LOG(INFO) << "Wait for interfaces : " << (wait_for_iface?"true":"false");
315 // If wait_for_iface is enabled, then this call will block
327 wait_for_iface,
346 wait_for_iface,
365 wait_for_iface,
H A Dcreate_listener.cc107 bool wait_for_iface,
180 if ( !wait_for_iface || errno != EADDRNOTAVAIL) {
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 170 milliseconds