/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/ |
H A D | ppp.h | 130 void pppSetAuth(enum pppAuthType authType, const char *user, const char *passwd);
|
H A D | ppp.c | 457 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 D | ppp.h | 372 void pppSetAuth(enum pppAuthType authType, const char *user, const char *passwd);
|
H A D | ppp.c | 318 void pppSetAuth(enum pppAuthType authType, const char *user, const char *passwd) argument 320 switch(authType) {
|
/vbox/src/VBox/Main/src-server/ |
H A D | VRDEServerImpl.cpp | 209 mData->mAuthType = data.authType; 235 data.authType = mData->mAuthType;
|
/vbox/include/VBox/ |
H A D | settings.h | 454 authType(AuthType_Null), 463 AuthType_T authType; member in struct:settings::VRDESettings
|
/vbox/src/VBox/Main/src-client/ |
H A D | ConsoleImpl.cpp | 1073 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 D | VBoxManageInfo.cpp | 1761 AuthType_T authType; local 1763 vrdeServer->COMGETTER(AuthType)(&authType); 1764 switch (authType)
|
/vbox/src/VBox/Main/xml/ |
H A D | Settings.cpp | 1801 && (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 D | VBoxCAPI_v2_2.h | 4377 nsresult (*GetAuthType)(IVRDPServer *pThis, PRUint32 *authType); 4378 nsresult (*SetAuthType)(IVRDPServer *pThis, PRUint32 authType);
|
H A D | VBoxCAPI_v3_0.h | 4903 nsresult (*GetAuthType)(IVRDPServer *pThis, PRUint32 *authType); 4904 nsresult (*SetAuthType)(IVRDPServer *pThis, PRUint32 authType);
|
H A D | VBoxCAPI_v3_1.h | 4801 nsresult (*GetAuthType)(IVRDPServer *pThis, PRUint32 *authType); 4802 nsresult (*SetAuthType)(IVRDPServer *pThis, PRUint32 authType);
|
H A D | VBoxCAPI_v3_2.h | 5026 nsresult (*GetAuthType)(IVRDPServer *pThis, PRUint32 *authType); 5027 nsresult (*SetAuthType)(IVRDPServer *pThis, PRUint32 authType);
|
H A D | VBoxCAPI_v4_0.h | 5438 nsresult (*GetAuthType)(IVRDEServer *pThis, PRUint32 *authType); 5439 nsresult (*SetAuthType)(IVRDEServer *pThis, PRUint32 authType);
|
H A D | VBoxCAPI_v4_1.h | 5830 nsresult (*GetAuthType)(IVRDEServer *pThis, PRUint32 *authType); 5831 nsresult (*SetAuthType)(IVRDEServer *pThis, PRUint32 authType);
|
H A D | VBoxCAPI_v4_2.h | 6771 nsresult (*GetAuthType)(IVRDEServer *pThis, PRUint32 *authType); 6772 nsresult (*SetAuthType)(IVRDEServer *pThis, PRUint32 authType);
|
H A D | VBoxCAPI_v4_3.h | 14264 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 D | vbox.py | 1819 reporter.log(" VRDP auth: %s (%s)" % (oVM.VRDEServer.authType, oVM.VRDEServer.authLibrary));
|