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

/external/chromium_org/net/tools/flip_server/
H A Dconstants.h18 acceptor_->listen_ip_ << ":" << acceptor_->listen_port_ << " "
H A Dflip_config.cc28 listen_ip_(listen_ip),
44 VLOG(1) << "Attempting to listen on " << listen_ip_.c_str() << ":"
52 int ret = CreateListeningSocket(listen_ip_,
69 << ": " << listen_ip_.c_str() << ":" << listen_port_.c_str();
82 VLOG(1) << "\tIP : " << listen_ip_;
H A Dflip_config.h45 std::string listen_ip_; member in class:net::FlipAcceptor

Completed in 259 milliseconds