Home
last modified time | relevance | path

Searched defs:SetLocalIpAddress (Results 1 – 2 of 2) sorted by relevance

/external/libbrillo/brillo/http/
Dhttp_transport_fake.h105 void SetLocalIpAddress(const std::string& /* ip_address */) override {} in SetLocalIpAddress() function
Dhttp_transport_curl.cc273 void Transport::SetLocalIpAddress(const std::string& ip_address) { in SetLocalIpAddress() function in brillo::http::curl::Transport