Lines Matching defs:smb_t2rq
116 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_ */
126 struct mbchain t2_tparam; /* parameters to transmit */
127 struct mbchain t2_tdata; /* data to transmit */
151 struct smb_t2rq **rqpp); argument