Home
last modified time | relevance | path

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

/linux-2.6.39/fs/cifs/
Dcifspdu.h399 struct smb_hdr { struct
400 __u32 smb_buf_length; /* big endian on wire *//* BB length is only two
403 __u8 Protocol[4];
404 __u8 Command;
405 union {
431 /* given a pointer to an smb_hdr retrieve a char pointer to the byte count */ argument