Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dethernet_interface.hpp206 ObjectPath createVLAN(uint16_t id);
H A Dnetwork_manager.cpp479 return it->second->createVLAN(id); in vlan()
H A Dethernet_interface.cpp646 ObjectPath EthernetInterface::createVLAN(uint16_t id) in createVLAN() function in phosphor::network::EthernetInterface
/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.cpp518 void createVLAN(sdbusplus::bus_t& bus, ChannelParams& params, uint16_t vlan) in createVLAN() function
570 createVLAN(bus, params, vlan); in reconfigureVLAN()