Home
last modified time | relevance | path

Searched defs:InterfaceInfo (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Dtypes.hpp27 struct InterfaceInfo struct
29 unsigned short type;
30 unsigned idx;
31 unsigned flags;
32 std::optional<std::string> name = std::nullopt;
33 std::optional<stdplus::EtherAddr> mac = std::nullopt;
34 std::optional<unsigned> mtu = std::nullopt;
35 std::optional<unsigned> parent_idx = std::nullopt;
36 std::optional<std::string> kind = std::nullopt;
37 std::optional<uint16_t> vlan_id = std::nullopt;
[all …]
H A Dncsi_util.hpp39 struct InterfaceInfo struct
41 std::vector<PackageInfo> packages;
/openbmc/qemu/include/qom/
H A Dobject.h26 typedef struct InterfaceInfo InterfaceInfo; typedef
565 struct InterfaceInfo { struct
566 const char *type;