Home
last modified time | relevance | path

Searched refs:serverAddress (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-logging/phosphor-rsyslog-config/
H A Dserver-conf.cpp45 std::string serverAddress; in parseConfig() local
90 serverAddress = in parseConfig()
102 serverAddress = line.substr(start, pos - start); in parseConfig()
106 if (serverAddress.empty() || serverPort.empty()) in parseConfig()
131 auto serverAddress = address(); in address() local
132 if (serverAddress == value) in address()
134 return serverAddress; in address()
222 const std::string& serverAddress, uint16_t serverPort, in writeConfig() argument
228 if (serverPort && !serverAddress.empty()) in writeConfig()
235 if (internal::isIPv6Address(serverAddress)) in writeConfig()
[all …]
H A Dserver-conf.hpp100 void writeConfig(const std::string& serverAddress, uint16_t serverPort,
/openbmc/phosphor-bmc-code-mgmt/
H A Ddownload_manager.cpp32 void Download::downloadViaTFTP(std::string fileName, std::string serverAddress) in downloadViaTFTP() argument
52 if (serverAddress.empty()) in downloadViaTFTP()
56 Argument::ARGUMENT_VALUE(serverAddress.c_str())); in downloadViaTFTP()
61 "SERVERADDRESS", serverAddress); in downloadViaTFTP()
83 serverAddress.c_str(), "-l", in downloadViaTFTP()
H A Ddownload_manager.hpp42 std::string serverAddress) override;