Searched refs:EthernetDeviceType (Results 1 – 2 of 2) sorted by relevance
30 enum class EthernetDeviceType{ enum78 NLOHMANN_JSON_SERIALIZE_ENUM(EthernetDeviceType, {79 {EthernetDeviceType::Invalid, "Invalid"},80 {EthernetDeviceType::Physical, "Physical"},81 {EthernetDeviceType::Virtual, "Virtual"},
1888 ethernet_interface::EthernetDeviceType::Virtual; in parseInterfaceData()1905 ethernet_interface::EthernetDeviceType::Physical; in parseInterfaceData()