Searched defs:smb_hdr (Results 1 – 2 of 2) sorted by relevance
172 struct smb_hdr { struct173 __be32 smb_buf_length;174 __u8 Protocol[4];175 __u8 Command;176 union {203 struct smb_hdr hdr; /* wct = 0 */ argument
420 struct smb_hdr { struct421 __be32 smb_buf_length; /* BB length is only two (rarely three) bytes,424 __u8 Protocol[4];425 __u8 Command;426 union {452 /* given a pointer to an smb_hdr, retrieve a void pointer to the ByteCount */ argument