Searched refs:ip_address_ (Results 1 – 2 of 2) sorted by relevance
168 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()
132 std::string ip_address_; variable