Searched defs:InterfaceInfo (Results 1 – 3 of 3) sorted by relevance
27 struct InterfaceInfo struct29 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 …]
39 struct InterfaceInfo struct41 std::vector<PackageInfo> packages;
26 typedef struct InterfaceInfo InterfaceInfo; typedef565 struct InterfaceInfo { struct566 const char *type;