Home
last modified time | relevance | path

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

/freebsd/sys/netsmb/
H A Dsmb_rq.h107 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_ */
[all …]