Searched defs:smb_hdr (Results 1 – 1 of 1) sorted by relevance
85 typedef struct smb_hdr { struct86 uint8_t protocol[4];87 uint8_t command;89 union {114 } smb_hdr_t; argument