Lines Matching defs:smb_t2rq
107 struct smb_t2rq { struct
108 u_int16_t t2_setupcount;
109 u_int16_t * t2_setupdata;
110 u_int16_t t2_setup[2]; /* most of rqs has setupcount of 1 */
111 u_int8_t t2_maxscount; /* max setup words to return */
112 u_int16_t t2_maxpcount; /* max param bytes to return */
113 u_int16_t t2_maxdcount; /* max data bytes to return */
114 u_int16_t t2_fid; /* for T2 request */
115 char * t_name; /* for T request, should be zero for T2 */
116 int t2_flags; /* SMBT2_ */
117 struct mbchain t2_tparam; /* parameters to transmit */
118 struct mbchain t2_tdata; /* data to transmit */
142 struct smb_t2rq **rqpp); argument