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

/external/chromium_org/net/tools/flip_server/
H A Dcreate_listener.cc93 bool is_numeric_host_address,
115 if (is_numeric_host_address) {
230 bool is_numeric_host_address,
245 if (is_numeric_host_address)
91 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
227 CreateConnectedSocket(int* connect_fd, const std::string& host, const std::string& port, bool is_numeric_host_address, bool disable_nagle) argument

Completed in 706 milliseconds