Lines Matching refs:rsp
444 struct lanman_neg_rsp *rsp = (struct lanman_neg_rsp *)pSMBr; in CIFSSMBNegotiate() local
454 server->sec_mode = le16_to_cpu(rsp->SecurityMode); in CIFSSMBNegotiate()
456 le16_to_cpu(rsp->MaxMpxCount), in CIFSSMBNegotiate()
459 server->maxBuf = le16_to_cpu(rsp->MaxBufSize); in CIFSSMBNegotiate()
460 server->max_vcs = le16_to_cpu(rsp->MaxNumberVcs); in CIFSSMBNegotiate()
463 if ((le16_to_cpu(rsp->RawMode) & RAW_ENABLE) == RAW_ENABLE) { in CIFSSMBNegotiate()
470 tmp = (__s16)le16_to_cpu(rsp->ServerTimeZone); in CIFSSMBNegotiate()
482 ts = cnvrtDosUnixTm(rsp->SrvTime.Date, in CIFSSMBNegotiate()
483 rsp->SrvTime.Time, 0); in CIFSSMBNegotiate()
506 if (rsp->EncryptionKeyLength == in CIFSSMBNegotiate()
508 memcpy(ses->server->cryptkey, rsp->EncryptionKey, in CIFSSMBNegotiate()