Searched refs:listen_ip (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/tools/flip_server/
H A Dflip_config.cc12 std::string listen_ip,
28 listen_ip_(listen_ip),
104 std::string listen_ip,
121 listen_ip,
11 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
103 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.h27 std::string listen_ip,
70 std::string listen_ip,
/external/lldb/tools/debugserver/source/
H A DRNBSocket.cpp185 const uint8_t *listen_ip = (const uint8_t *)&listen_addr.sin_addr.s_addr; local
189 listen_ip[0], listen_ip[1], listen_ip[2], listen_ip[3]);
192 listen_ip[0], listen_ip[1], listen_ip[2], listen_ip[3]);

Completed in 3025 milliseconds