Searched defs:smb_hdr (Results 1 – 1 of 1) sorted by relevance
385 struct smb_hdr { struct386 __u32 smb_buf_length; /* big endian on wire *//* BB length is only two389 __u8 Protocol[4];390 __u8 Command;391 union {416 /* given a pointer to an smb_hdr retrieve the value of byte count */ argument