Searched defs:parambytes (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_smb.c1353 int parambytes; local
1390 parambytes = get2(vwv + (2 * 9));
1398 parambytes = get2(vwv + (2 * 3));
1416 if (parambytes > 0)
1451 show_printf("ParamBytes = %d", parambytes);
1462 if (parambytes > 0)
1479 show_printf("ParamBytes = 0x%.4x", parambytes);
1488 show_printf("ParamVec (%d)", parambytes);
1489 output_bytes(params, parambytes);
1814 int parambytes; local
[all...]

Completed in 61 milliseconds