Lines Matching defs:f1
174 const char *f1 = NULL, *f2 = NULL;
211 f1 = fn->descript.req_f1;
217 f1 = fn->descript.rep_f1;
226 smb_fdata(ndo, param, f1 ? f1 : "Parameters=\n", param + pcnt, unicodestr);
329 const char *f1, *f2, *f3, *f4;
340 f1 = "TotParamCnt=[u]\nTotDataCnt=[u]\nMaxParmCnt=[u]\nMaxDataCnt=[u]\nMaxSCnt=[u]\nTransFlags=[w]\nRes1=[w]\nRes2=[w]\nRes3=[w]\nParamCnt=[u]\nParamOff=[u]\nDataCnt=[u]\nDataOff=[u]\nSUCnt=[u]\n";
350 f1 = "TotParamCnt=[u]\nTotDataCnt=[u]\nRes1=[u]\nParamCnt=[u]\nParamOff=[u]\nRes2=[u]\nDataCnt=[u]\nDataOff=[u]\nRes3=[u]\nLsetup=[u]\n";
356 smb_fdata(ndo, words + 1, f1,
397 const char *f1 = NULL, *f2 = NULL;
404 f1 = "Core Protocol\nDialectIndex=[u]";
406 f1 = "NT1 Protocol\nDialectIndex=[u]\nSecMode=[B]\nMaxMux=[u]\nNumVcs=[u]\nMaxBuffer=[U]\nRawSize=[U]\nSessionKey=[W]\nCapabilities=[W]\nServerTime=[T3]TimeZone=[u]\nCryptKey=";
408 f1 = "Coreplus/Lanman1/Lanman2 Protocol\nDialectIndex=[u]\nSecMode=[w]\nMaxXMit=[u]\nMaxMux=[u]\nMaxVcs=[u]\nBlkMode=[w]\nSessionKey=[W]\nServerTime=[T1]TimeZone=[u]\nRes=[W]\nCryptKey=";
411 if (f1)
412 smb_fdata(ndo, words + 1, f1, ND_MIN(words + 1 + wct * 2, maxbuf),
435 const char *f1 = NULL, *f2 = NULL;
440 f1 = "Com2=[w]\nOff2=[u]\nBufSize=[u]\nMpxMax=[u]\nVcNum=[u]\nSessionKey=[W]\nPassLen=[u]\nCryptLen=[u]\nCryptOff=[u]\nPass&Name=\n";
442 f1 = "Com2=[B]\nRes1=[B]\nOff2=[u]\nMaxBuffer=[u]\nMaxMpx=[u]\nVcNumber=[u]\nSessionKey=[W]\nCaseInsensitivePasswordLength=[u]\nCaseSensitivePasswordLength=[u]\nRes=[W]\nCapabilities=[W]\nPass1&Pass2&Account&Domain&OS&LanMan=\n";
445 f1 = "Com2=[w]\nOff2=[u]\nAction=[w]\n";
447 f1 = "Com2=[B]\nRes=[B]\nOff2=[u]\nAction=[w]\n";
452 if (f1)
453 smb_fdata(ndo, words + 1, f1, ND_MIN(words + 1 + wct * 2, maxbuf),
477 const char *f1 = NULL, *f2 = NULL;
481 f1 = "Com2=[w]\nOff2=[u]\nHandle=[u]\nLockType=[w]\nTimeOut=[D]\nUnlockCount=[u]\nLockCount=[u]\n";
487 f1 = "Com2=[w]\nOff2=[u]\n";
492 smb_fdata(ndo, words + 1, f1, maxwords, unicodestr);
830 const char *f1, *f2;
841 f1 = fn->descript.req_f1;
844 f1 = fn->descript.rep_f1;
853 if (f1)
854 smb_fdata(ndo, words + 1, f1, words + 1 + wct * 2, unicodestr);