Home
last modified time | relevance | path

Searched defs:smb_hdr (Results 1 – 1 of 1) sorted by relevance

/fs/cifs/
Dcifspdu.h385 struct smb_hdr { struct
386 __u32 smb_buf_length; /* big endian on wire *//* BB length is only two
389 __u8 Protocol[4];
390 __u8 Command;
391 union {
416 /* given a pointer to an smb_hdr retrieve the value of byte count */ argument