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.cc168 if (code == CURLE_OK && !ip_address_.empty()) { in CreateConnection()
170 curl_handle, CURLOPT_INTERFACE, ip_address_.c_str()); in CreateConnection()
274 ip_address_ = "host!" + ip_address; in SetLocalIpAddress()
Dhttp_transport_curl.h132 std::string ip_address_; variable