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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_smb.c1354 int paramoffset; local
1391 paramoffset = get2(vwv + (2 * 10));
1399 paramoffset = get2(vwv + (2 * 4));
1405 params = data + paramoffset;
1452 show_printf("ParamOffset = %d", paramoffset);
1480 show_printf("ParamOffset = 0x%.4x", paramoffset);
1815 int paramoffset; local
1845 paramoffset = get2(vwv + (2 * 10));
1853 paramoffset = get2(vwv + (2 * 4));
1863 params = data + paramoffset;
[all...]

Completed in 59 milliseconds