Home
last modified time | relevance | path

Searched refs:GUEST_LOGIN (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/cifs/
Dsess.c757 if (le16_to_cpu(pSMB->resp.Action) & GUEST_LOGIN) in sess_auth_lanman()
867 if (le16_to_cpu(pSMB->resp.Action) & GUEST_LOGIN) in sess_auth_ntlm()
975 if (le16_to_cpu(pSMB->resp.Action) & GUEST_LOGIN) in sess_auth_ntlmv2()
1101 if (le16_to_cpu(pSMB->resp.Action) & GUEST_LOGIN) in sess_auth_kerberos()
1341 if (le16_to_cpu(pSMB->resp.Action) & GUEST_LOGIN) in sess_auth_rawntlmssp_authenticate()
Dcifspdu.h730 #define GUEST_LOGIN 1 macro