Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dsmb_common.h208 __le16 DialectIndex; /* 0xFFFF = no dialect acceptable */ member
H A Dsmb_common.c585 neg_rsp->DialectIndex = cpu_to_le16(work->conn->dialect); in smb_handle_negotiate()
/linux/fs/smb/client/
H A Dcifssmb.c458 server->dialect = le16_to_cpu(pSMBr->DialectIndex); in CIFSSMBNegotiate()