Searched refs:authType (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dppp.h130 void pppSetAuth(enum pppAuthType authType, const char *user, const char *passwd);
H A Dppp.c457 pppSetAuth(enum pppAuthType authType, const char *user, const char *passwd) argument
459 switch(authType) {
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dppp.h372 void pppSetAuth(enum pppAuthType authType, const char *user, const char *passwd);
H A Dppp.c318 void pppSetAuth(enum pppAuthType authType, const char *user, const char *passwd) argument
320 switch(authType) {
/vbox/src/VBox/Main/src-server/
H A DVRDEServerImpl.cpp209 mData->mAuthType = data.authType;
235 data.authType = mData->mAuthType;
/vbox/include/VBox/
H A Dsettings.h454 authType(AuthType_Null),
463 AuthType_T authType; member in struct:settings::VRDESettings
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp1073 AuthType_T authType = AuthType_Null; local
1074 hrc = mVRDEServer->COMGETTER(AuthType)(&authType);
1084 LogFlowFunc(("Auth type %d\n", authType));
1088 authType == AuthType_Null?
1090 (authType == AuthType_External?
1092 (authType == AuthType_Guest?
1099 switch (authType)
1169 if (authType == AuthType_External)
1425 AuthType_T authType = AuthType_Null; local
1426 hrc = mVRDEServer->COMGETTER(AuthType)(&authType);
[all...]
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp1761 AuthType_T authType; local
1763 vrdeServer->COMGETTER(AuthType)(&authType);
1764 switch (authType)
/vbox/src/VBox/Main/xml/
H A DSettings.cpp1801 && (authType == v.authType)
3022 if (pelmHwChild->getAttributeValue("authType", strAuthType))
3027 hw.vrdeSettings.authType = AuthType_Null;
3029 hw.vrdeSettings.authType = AuthType_Guest;
3031 hw.vrdeSettings.authType = AuthType_External;
3033 throw ConfigFileError(this, pelmHwChild, N_("Invalid value '%s' in RemoteDisplay/@authType attribute"), strAuthType.c_str());
4323 switch (hw.vrdeSettings.authType)
4329 pelmVRDE->setAttribute("authType", pcszAuthType);
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h4377 nsresult (*GetAuthType)(IVRDPServer *pThis, PRUint32 *authType);
4378 nsresult (*SetAuthType)(IVRDPServer *pThis, PRUint32 authType);
H A DVBoxCAPI_v3_0.h4903 nsresult (*GetAuthType)(IVRDPServer *pThis, PRUint32 *authType);
4904 nsresult (*SetAuthType)(IVRDPServer *pThis, PRUint32 authType);
H A DVBoxCAPI_v3_1.h4801 nsresult (*GetAuthType)(IVRDPServer *pThis, PRUint32 *authType);
4802 nsresult (*SetAuthType)(IVRDPServer *pThis, PRUint32 authType);
H A DVBoxCAPI_v3_2.h5026 nsresult (*GetAuthType)(IVRDPServer *pThis, PRUint32 *authType);
5027 nsresult (*SetAuthType)(IVRDPServer *pThis, PRUint32 authType);
H A DVBoxCAPI_v4_0.h5438 nsresult (*GetAuthType)(IVRDEServer *pThis, PRUint32 *authType);
5439 nsresult (*SetAuthType)(IVRDEServer *pThis, PRUint32 authType);
H A DVBoxCAPI_v4_1.h5830 nsresult (*GetAuthType)(IVRDEServer *pThis, PRUint32 *authType);
5831 nsresult (*SetAuthType)(IVRDEServer *pThis, PRUint32 authType);
H A DVBoxCAPI_v4_2.h6771 nsresult (*GetAuthType)(IVRDEServer *pThis, PRUint32 *authType);
6772 nsresult (*SetAuthType)(IVRDEServer *pThis, PRUint32 authType);
H A DVBoxCAPI_v4_3.h14264 nsresult (*GetAuthType)(IVRDEServer *pThis, PRUint32 *authType);
14265 nsresult (*SetAuthType)(IVRDEServer *pThis, PRUint32 authType);
14306 nsresult (*GetAuthType)(IVRDEServer *pThis, PRUint32 *authType);
14307 nsresult (*SetAuthType)(IVRDEServer *pThis, PRUint32 authType);
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvbox.py1819 reporter.log(" VRDP auth: %s (%s)" % (oVM.VRDEServer.authType, oVM.VRDEServer.authLibrary));

Completed in 4756 milliseconds