Lines Matching defs:f1

127   uchar *f1=NULL,*f2=NULL;
154 f1 = fn->descript.req_f1;
163 f1 = fn->descript.rep_f1;
170 fdata(param,f1?f1:(uchar*)"params ",param+pcnt);
242 uchar *f1,*f2,*f3,*f4;
251 f1 = " totparamcnt [d] totdatacnt [d] maxparmcnt [d] maxdatacnt [d] maxscnt [d] transflags [w] res [w] [w] [w] paramcnt [d] paramoff [d] datacnt [d] dataoff [d] sucnt [d] ";
260 f1 = "totparamcnt [d] totdatacnt [d] res1 [d] paramcnt [d] paramoff [d] res2 [d] datacnt [d] dataoff [d] res3 [d] Lsetup [d] ";
266 fdata(words+1,f1,MINIMUM(words+1+2*CVAL(words,0),maxbuf));
287 uchar *f1=NULL,*f2=NULL;
293 f1 = "core-proto dialect index [d]";
295 f1 = "NT1-proto dialect index [d] secmode [B] maxmux [d] numvcs [d] maxbuf [D] rawsize [D] sesskey [W] capabilities [W] servertime [T3] tz [d] cryptkey ";
297 f1 = "coreplus/lanman1/lanman2-proto dialect index [d] secmode [w] maxxmit [d] maxmux [d] maxvcs [d] blkmode [w] sesskey [W] servertime [T1] tz [d] res [W] cryptkey ";
301 if (f1)
302 fdata(words+1,f1,MINIMUM(words + 1 + CVAL(words,0)*2,maxbuf));
311 uchar *f1=NULL,*f2=NULL;
315 f1 = "com2 [w] off2 [d] bufsize [d] maxmpx [d] vcnum [d] sesskey [W] passlen [d] cryptlen [d] cryptoff [d] pass&name ";
317 f1 = "com2 [B] res1 [B] off2 [d] maxbuf [d] maxmpx [d] vcnum [d] sesskey [W] case-insensitive-passlen [d] case-sensitive-passlen [d] res [W] capabilities [W] pass1&pass2&account&domain&os&lanman ";
321 f1 = "com2 [w] off2 [d] action [w] ";
323 f1 = "com2 [B] res [B] off2 [d] action [w] ";
328 if (f1)
329 fdata(words+1,f1,MINIMUM(words + 1 + CVAL(words,0)*2,maxbuf));
529 char *f1,*f2;
533 f1 = fn->descript.req_f1;
536 f1 = fn->descript.rep_f1;
543 if (f1) {
545 fdata(words+1,f1,words + 1 + wct*2);