Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/fs/smb/client/
H A Dcifspdu.h497 __le16 DialectIndex; /* 0xFFFF = no dialect acceptable */ member
H A Dcifssmb.c450 server->dialect = le16_to_cpu(pSMBr->DialectIndex); in CIFSSMBNegotiate()