Searched refs:attachmentType (Results 1 - 16 of 16) 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...]
H A DUIMachineSettingsNetwork.h120 KNetworkAttachmentType attachmentType() const;
/vbox/src/VBox/Main/glue/tests/
H A DTestVBoxNATEngine.java51 NetworkAttachmentType attachmentType = n.getAttachmentType();
52 if (attachmentType.equals(NetworkAttachmentType.NAT))
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvbox.py1891 if oNic.attachmentType == vboxcon.NetworkAttachmentType_NAT:
1892 reporter.log(" attachmentType: NAT (%s)" % (oNic.attachmentType));
1895 elif oNic.attachmentType == vboxcon.NetworkAttachmentType_Bridged:
1896 reporter.log(" attachmentType: Bridged (%s)" % (oNic.attachmentType));
1901 elif oNic.attachmentType == vboxcon.NetworkAttachmentType_Internal:
1902 reporter.log(" attachmentType: Internal (%s)" % (oNic.attachmentType));
1904 elif oNic.attachmentType
[all...]
H A Dvboxwrappers.py1194 eAttType = oNic.attachmentType;
1196 reporter.errorXcpt('attachmentType on %s failed for "%s"' % (iNic, self.sName));
1205 reporter.errorXcpt('attachmentType/traceEnabled on %s failed for "%s"' % (iNic, self.sName));
1348 oNic.attachmentType = eAttachmentType;
1366 eAttachmentType = oNic.attachmentType;
2455 if oNic.attachmentType == vboxcon.NetworkAttachmentType_NAT:
/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/Frontends/VBoxShell/
H A Dvboxshell.py3005 if type(adapter.attachmentType) != types.IntType:
3006 t = str(adapter.attachmentType)
3008 t = adapter.attachmentType
3046 adapter.attachmentType = nicAttachmentType[args[1]]['f']()
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp4135 NetworkAttachmentType_T attachmentType; local
4136 rc = pNetworkAdapter->COMGETTER(AttachmentType)(&attachmentType);
4138 || attachmentType != NetworkAttachmentType_NAT)
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_1.h5269 nsresult (*GetAttachmentType)(INetworkAdapter *pThis, PRUint32 *attachmentType);
5270 nsresult (*SetAttachmentType)(INetworkAdapter *pThis, PRUint32 attachmentType);
H A DVBoxCAPI_v4_2.h6204 nsresult (*GetAttachmentType)(INetworkAdapter *pThis, PRUint32 *attachmentType);
6205 nsresult (*SetAttachmentType)(INetworkAdapter *pThis, PRUint32 attachmentType);
H A DVBoxCAPI_v2_2.h3962 nsresult (*GetAttachmentType)(INetworkAdapter *pThis, PRUint32 *attachmentType);
H A DVBoxCAPI_v3_0.h4488 nsresult (*GetAttachmentType)(INetworkAdapter *pThis, PRUint32 *attachmentType);
H A DVBoxCAPI_v3_1.h4386 nsresult (*GetAttachmentType)(INetworkAdapter *pThis, PRUint32 *attachmentType);
H A DVBoxCAPI_v3_2.h4599 nsresult (*GetAttachmentType)(INetworkAdapter *pThis, PRUint32 *attachmentType);
H A DVBoxCAPI_v4_0.h4893 nsresult (*GetAttachmentType)(INetworkAdapter *pThis, PRUint32 *attachmentType);
H A DVBoxCAPI_v4_3.h12676 nsresult (*GetAttachmentType)(INetworkAdapter *pThis, PRUint32 *attachmentType);
12677 nsresult (*SetAttachmentType)(INetworkAdapter *pThis, PRUint32 attachmentType);
12756 nsresult (*GetAttachmentType)(INetworkAdapter *pThis, PRUint32 *attachmentType);
12757 nsresult (*SetAttachmentType)(INetworkAdapter *pThis, PRUint32 attachmentType);

Completed in 421 milliseconds