Home
last modified time | relevance | path

Searched refs:ifaceId (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dethernet.hpp735 const std::string& ifaceId, const std::string& gateway, in updateIPv4DefaultGateway() argument
741 ifaceId, in updateIPv4DefaultGateway()
755 inline void deleteIPAddress(const std::string& ifaceId, in deleteIPAddress() argument
767 "/xyz/openbmc_project/network/" + ifaceId + ipHash, in deleteIPAddress()
782 inline void createIPv4(const std::string& ifaceId, uint8_t prefixLength, in createIPv4() argument
787 [asyncResp, ifaceId, gateway](const boost::system::error_code& ec) { in createIPv4()
797 "/xyz/openbmc_project/network/" + ifaceId, in createIPv4()
818 IpVersion version, const std::string& ifaceId, const std::string& id, in deleteAndCreateIPAddress() argument
824 [asyncResp, version, ifaceId, address, prefixLength, in deleteAndCreateIPAddress()
840 "/xyz/openbmc_project/network/" + ifaceId, in deleteAndCreateIPAddress()
[all …]
H A Dhypervisor_system.hpp438 const std::string& ifaceId, uint8_t prefixLength, in createHypervisorIPv4() argument
442 setHypervisorIPv4Address(asyncResp, ifaceId, address); in createHypervisorIPv4()
444 setHypervisorIPv4Subnet(asyncResp, ifaceId, prefixLength); in createHypervisorIPv4()
456 const std::string& ifaceId, in deleteHypervisorIPv4() argument
462 setHypervisorIPv4Address(asyncResp, ifaceId, address); in deleteHypervisorIPv4()
464 setHypervisorIPv4Subnet(asyncResp, ifaceId, prefixLength); in deleteHypervisorIPv4()
468 const std::string& ifaceId, in parseInterfaceData() argument
472 jsonResponse["Id"] = ifaceId; in parseInterfaceData()
474 "/redfish/v1/Systems/hypervisor/EthernetInterfaces/{}", ifaceId); in parseInterfaceData()
503 inline void setDHCPEnabled(const std::string& ifaceId, bool ipv4DHCPEnabled, in setDHCPEnabled() argument
[all …]