Home
last modified time | relevance | path

Searched refs:ip_address_ (Results 1 – 2 of 2) sorted by relevance

/external/libbrillo/brillo/http/
Dhttp_transport_curl.cc178 if (code == CURLE_OK && !ip_address_.empty()) { in CreateConnection()
180 curl_handle, CURLOPT_INTERFACE, ip_address_.c_str()); in CreateConnection()
287 ip_address_ = "host!" + ip_address; in SetLocalIpAddress()
Dhttp_transport_curl.h145 std::string ip_address_; variable