Searched defs:attachmentType (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsNetwork.cpp139 adapterData.m_attachmentType = attachmentType();
197 switch (attachmentType())
295 KNetworkAttachmentType UIMachineSettingsNetwork::attachmentType() const function in class:UIMachineSettingsNetwork
303 iType = attachmentType();
336 attachmentType() != KNetworkAttachmentType_Null &&
337 attachmentType() != KNetworkAttachmentType_NAT);
339 attachmentType() != KNetworkAttachmentType_Null &&
340 attachmentType() != KNetworkAttachmentType_NAT);
347 attachmentType() != KNetworkAttachmentType_Null &&
348 attachmentType() !
[all...]
/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp537 NetworkAttachmentType_T attachmentType; local
550 rc = pNetworkAdapter->COMGETTER(AttachmentType)(&attachmentType);
553 Utf8Str strAttachmentType = convertNetworkAttachmentTypeToString(attachmentType);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp4135 NetworkAttachmentType_T attachmentType; local
4136 rc = pNetworkAdapter->COMGETTER(AttachmentType)(&attachmentType);
4138 || attachmentType != NetworkAttachmentType_NAT)

Completed in 221 milliseconds