Home
last modified time | relevance | path

Searched refs:EthernetInterface (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/phosphor-networkd/src/
H A Dethernet_interface.cpp84 EthernetInterface::EthernetInterface( in EthernetInterface() function in phosphor::network::EthernetInterface
88 EthernetInterface(bus, manager, info, makeObjPath(objRoot, *info.intf.name), in EthernetInterface()
92 EthernetInterface::EthernetInterface( in EthernetInterface() function in phosphor::network::EthernetInterface
113 EthernetInterface::defaultGateway(stdplus::toStr(*info.defgw4), true); in EthernetInterface()
117 EthernetInterface::defaultGateway6(stdplus::toStr(*info.defgw6), true); in EthernetInterface()
145 void EthernetInterface::updateInfo(const InterfaceInfo& info, bool skipSignal) in updateInfo()
167 void EthernetInterface::addAddr(const AddressInfo& info) in addAddr()
211 void EthernetInterface::addStaticNeigh(const NeighborInfo& info) in addStaticNeigh()
233 void EthernetInterface::addStaticGateway(const StaticGatewayInfo& info) in addStaticGateway()
266 ObjectPath EthernetInterface::ip(IP::Protocol protType, std::string ipaddress, in ip()
[all …]
H A Dethernet_interface.hpp33 sdbusplus::xyz::openbmc_project::Network::server::EthernetInterface,
49 sdbusplus::xyz::openbmc_project::Network::server::EthernetInterface;
73 class EthernetInterface : public Ifaces class
76 EthernetInterface(EthernetInterface&&) = delete;
77 EthernetInterface& operator=(EthernetInterface&&) = delete;
88 EthernetInterface(stdplus::PinnedRef<sdbusplus::bus_t> bus,
263 stdplus::PinnedRef<EthernetInterface> eth);
266 stdplus::PinnedRef<EthernetInterface> eth;
276 EthernetInterface(stdplus::PinnedRef<sdbusplus::bus_t> bus,
H A Dstatic_gateway.hpp27 class EthernetInterface;
44 stdplus::PinnedRef<EthernetInterface> parent,
62 stdplus::PinnedRef<EthernetInterface> parent;
69 stdplus::PinnedRef<EthernetInterface> parent,
H A Dneighbor.hpp23 class EthernetInterface;
42 stdplus::PinnedRef<EthernetInterface> parent,
63 stdplus::PinnedRef<EthernetInterface> parent;
69 stdplus::PinnedRef<EthernetInterface> parent,
H A Dipaddress.hpp24 class EthernetInterface;
43 stdplus::PinnedRef<EthernetInterface> parent,
69 stdplus::PinnedRef<EthernetInterface> parent;
75 stdplus::PinnedRef<EthernetInterface> parent,
H A Ddhcp_configuration.hpp15 class EthernetInterface;
40 stdplus::PinnedRef<EthernetInterface> parent, DHCPType type);
91 stdplus::PinnedRef<EthernetInterface> parent;
H A Dstatic_gateway.cpp25 stdplus::PinnedRef<EthernetInterface> parent, in StaticGateway()
33 stdplus::PinnedRef<EthernetInterface> parent, in StaticGateway()
H A Dnetwork_manager.hpp107 stdplus::string_umap<std::unique_ptr<EthernetInterface>> interfaces;
108 std::unordered_map<unsigned, EthernetInterface*> interfacesByIdx;
H A Dneighbor.cpp26 stdplus::PinnedRef<EthernetInterface> parent, in Neighbor()
34 stdplus::PinnedRef<EthernetInterface> parent, in Neighbor()
H A Dipaddress.cpp50 stdplus::PinnedRef<EthernetInterface> parent, in IPAddress()
57 stdplus::PinnedRef<EthernetInterface> parent, in IPAddress()
H A Ddhcp_configuration.cpp22 stdplus::PinnedRef<EthernetInterface> parent, DHCPType type) : in Configuration()
H A Dnetwork_manager.cpp196 auto intf = std::make_unique<EthernetInterface>( in createInterface()
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/EthernetInterface/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/Network/EthernetInterface'
8 '../../../../../yaml/xyz/openbmc_project/Network/EthernetInterface.interface.yaml',
28 'xyz/openbmc_project/Network/EthernetInterface',
/openbmc/phosphor-networkd/test/
H A Dmock_ethernet_interface.hpp10 class MockEthernetInterface : public EthernetInterface
15 EthernetInterface(std::forward<Args>(args)..., /*nicEnabled=*/true) in MockEthernetInterface()
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/
H A Dmeson.build4 subdir('EthernetInterface') subdir
66 '../../../../yaml/xyz/openbmc_project/Network/EthernetInterface.interface.yaml',
68 output: ['EthernetInterface.md'],
80 'xyz/openbmc_project/Network/EthernetInterface',
/openbmc/phosphor-networkd/src/ibm/hypervisor-network-mgr-src/
H A Dhyp_ethernet_interface.hpp23 sdbusplus::xyz::openbmc_project::Network::server::EthernetInterface,
29 sdbusplus::xyz::openbmc_project::Network::server::EthernetInterface;
/openbmc/phosphor-networkd/docs/
H A DNetwork-Configuration.md11 `xyz.openbmc_project.Network.EthernetInterface` or
20 2. EthernetInterface: This describes the interface-specific parameters.
147 /xyz/openbmc_project/network/eth0 xyz.openbmc_project.Network.EthernetInterface
158 /xyz/openbmc_project/network/eth0 xyz.openbmc_project.Network.EthernetInterface
/openbmc/openbmc/meta-google/recipes-google/ncsi/files/
H A Dgbmc-ncsi-set-nicenabled.service.in10 … /xyz/openbmc_project/network/@NCSI_IF@ xyz.openbmc_project.Network.EthernetInterface NICEnabled b…
H A Dgbmc-ncsi-ra.sh27 xyz.openbmc_project.Network.EthernetInterface DefaultGateway6 s "" || true
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Network/
H A DREADME.md11 `xyz.openbmc_project.Network.EthernetInterface` or
20 2. EthernetInterface: This describes the interface specific parameters.
180 xyz.openbmc_project.Network.EthernetInterface DHCPEnabled
193 xyz.openbmc_project.Network.EthernetInterface DHCPEnabled b 1
/openbmc/phosphor-host-ipmid/
H A Ddcmihandler.cpp22 using sdbusplus::server::xyz::openbmc_project::network::EthernetInterface;
265 std::optional<EthernetInterface::DHCPConf>
290 return EthernetInterface::convertDHCPConfFromString(dhcpVal); in getDHCPEnabled()
891 std::optional<EthernetInterface::DHCPConf> dhcpEnabled = in setDCMIConfParams()
898 (dhcpEnabled.value() != EthernetInterface::DHCPConf::none)) in setDCMIConfParams()
/openbmc/docs/designs/
H A Dredfish-authorization.md157 patch an EthernetInterface resource.
493 +-----------|-----------+ | "Entity": "EthernetInterface", |
538 Entity EthernetInterface so that users with "OemEthernetManager" can also send
539 GET to EthernetInterface.
543 Entity": "EthernetInterface",
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_ipv6.robot130 # "@odata.type": "#EthernetInterface.v1_4_1.EthernetInterface",
/openbmc/phosphor-time-manager/
H A DREADME.md92 xyz.openbmc_project.Network.EthernetInterface NTPServers \
/openbmc/openbmc-test-automation/lib/
H A Dbmc_network_utils.robot441 # "@odata.context": "/redfish/v1/$metadata#EthernetInterface.EthernetInterface",
443 # "@odata.type": "#EthernetInterface.v1_2_0.EthernetInterface",

12