Searched refs:SMB21_PROT_ID (Results 1 – 3 of 3) sorted by relevance
671 req->Dialects[0] = cpu_to_le16(SMB21_PROT_ID); in SMB2_negotiate()730 } else if (rsp->DialectRevision == cpu_to_le16(SMB21_PROT_ID)) { in SMB2_negotiate()741 } else if (rsp->DialectRevision == cpu_to_le16(SMB21_PROT_ID)) { in SMB2_negotiate()758 else if (rsp->DialectRevision == cpu_to_le16(SMB21_PROT_ID)) in SMB2_negotiate()902 pneg_inbuf->Dialects[0] = cpu_to_le16(SMB21_PROT_ID); in smb3_validate_negotiate()
230 #define SMB21_PROT_ID 0x0210 macro
3789 .protocol_id = SMB21_PROT_ID,