Searched refs:LEGACY (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DDHCPServerImpl.cpp281 case DhcpOptValue::LEGACY:
332 OptValue = DhcpOptValue(aValue, DhcpOptValue::LEGACY);
355 u32Enc = DhcpOptValue::LEGACY;
/vbox/include/VBox/
H A Dsettings.h331 LEGACY = DhcpOptEncoding_Legacy, enumerator in enum:settings::DhcpOptValue::Encoding
339 : text(), encoding(LEGACY) {}
341 DhcpOptValue(const com::Utf8Str &aText, Encoding aEncoding = LEGACY) argument
/vbox/src/VBox/Main/xml/
H A DSettings.cpp1442 int32_t OptEnc = DhcpOptValue::LEGACY;
1682 if (itOpt->second.encoding != DhcpOptValue::LEGACY)
1706 if (itOpt1->second.encoding != DhcpOptValue::LEGACY)

Completed in 376 milliseconds