Home
last modified time | relevance | path

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

/dflybsd-src/sys/netproto/smb/
H A Dsmb_rq.h116 struct smb_t2rq { struct
117 u_int16_t t2_setupcount;
118 u_int16_t * t2_setupdata;
119 u_int16_t t2_setup[2]; /* most of rqs has setupcount of 1 */
120 u_int8_t t2_maxscount; /* max setup words to return */
121 u_int16_t t2_maxpcount; /* max param bytes to return */
122 u_int16_t t2_maxdcount; /* max data bytes to return */
123 u_int16_t t2_fid; /* for T2 request */
124 char * t_name; /* for T request, should be zero for T2 */
125 int t2_flags; /* SMBT2_ */
[all …]