Home
last modified time | relevance | path

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

/openbmc/phosphor-net-ipmid/
H A Dsd_event_loop.cpp63 std::vector<std::string>{INTF_VLAN, INTF_ETHERNET}); in getVLANID()
90 if (intf == INTF_VLAN) in getVLANID()
119 method.append(INTF_VLAN, "Id"); in getVLANID()
H A Dsd_event_loop.hpp38 constexpr auto INTF_VLAN = "xyz.openbmc_project.Network.VLAN"; variable
/openbmc/phosphor-host-ipmid/
H A Dtransportconstants.hpp24 constexpr auto INTF_VLAN = "xyz.openbmc_project.Network.VLAN"; variable
H A Dtransporthandler.cpp84 std::vector<std::string> interfaces = {INTF_VLAN, INTF_ETHERNET}; in maybeGetChannelParams()
101 if (intf == INTF_VLAN) in maybeGetChannelParams()
469 bus, params.service, params.logicalPath, INTF_VLAN, "Id")); in getVLANProperty()