Home
last modified time | relevance | path

Searched refs:smb_lsa_eresp_t (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_authenticate.c173 if (rlen == sizeof (smb_lsa_eresp_t)) { in smb_auth_do_oldreq()
174 smb_lsa_eresp_t *ler = rbuf; in smb_auth_do_oldreq()
322 if (rlen == sizeof (smb_lsa_eresp_t)) { in smb_authenticate_ext()
323 smb_lsa_eresp_t *ler = rbuf; in smb_authenticate_ext()
411 if (rlen == sizeof (smb_lsa_eresp_t)) { in smb_auth_get_token()
412 smb_lsa_eresp_t *ler = rbuf; in smb_auth_get_token()
/titanic_50/usr/src/uts/common/smbsrv/
H A Dsmb_token.h185 } smb_lsa_eresp_t; typedef
/titanic_50/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_authsvc.c523 smb_lsa_eresp_t *er = ctx->ctx_orawbuf; in smbd_authsvc_dispatch()