HomeSort by relevance Sort by last modified time
    Searched refs:ip_address_ (Results 1 - 3 of 3) sorted by null

  /device/google/cuttlefish_common/common/libs/net/
network_interface.h 69 ip_address_ = address;
75 return ip_address_;
104 std::string ip_address_; member in class:cvd::NetworkInterface
  /external/libbrillo/brillo/http/
http_transport_curl.h 132 std::string ip_address_; member in class:brillo::http::curl::Transport
http_transport_curl.cc 168 if (code == CURLE_OK && !ip_address_.empty()) {
170 curl_handle, CURLOPT_INTERFACE, ip_address_.c_str());
274 ip_address_ = "host!" + ip_address;

Completed in 245 milliseconds