Searched defs:ifaceId (Results 1 – 2 of 2) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | ethernet.hpp | 734 const std::string& ifaceId, const std::string& gateway, in updateIPv4DefaultGateway() 754 inline void deleteIPAddress(const std::string& ifaceId, in deleteIPAddress() 782 inline void createIPv4(const std::string& ifaceId, uint8_t prefixLength, in createIPv4() 818 IpVersion version, const std::string& ifaceId, const std::string& id, in deleteAndCreateIPAddress() 899 inline void createIPv6(const std::string& ifaceId, uint8_t prefixLength, in createIPv6() 940 std::string_view ifaceId, std::string_view gatewayId, in deleteIPv6Gateway() 968 std::string_view ifaceId, const std::string& gateway, in createIPv6DefaultGateway() 998 std::string_view ifaceId, std::string_view gatewayId, in deleteAndCreateIPv6DefaultGateway() 1031 const std::string& ifaceId, in handleIPv6DefaultGateway() 1210 std::string ifaceId = objpath.first.filename(); in getEthernetIfaceList() local [all …]
|
H A D | hypervisor_system.hpp | 438 const std::string& ifaceId, uint8_t prefixLength, in createHypervisorIPv4() 456 const std::string& ifaceId, in deleteHypervisorIPv4() 468 const std::string& ifaceId, in parseInterfaceData() 503 inline void setDHCPEnabled(const std::string& ifaceId, bool ipv4DHCPEnabled, in setDHCPEnabled() 538 const std::string& ifaceId, in handleHypervisorIPv4StaticPatch() 621 const std::string& ifaceId, bool isActive, in setIPv4InterfaceEnabled() 737 const std::string& ifaceId) in handleHypervisorEthernetInterfacePatch()
|