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