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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_smb.c1351 uchar_t *byteparms; local
1374 byteparms = vwv + (2 * wordcount);
1375 bytecount = get2(byteparms);
1376 byteparms += 2;
1467 GET_STRING(filename, byteparms, isunicode);
1812 uchar_t *byteparms; local
1826 byteparms = vwv + (2 * wordcount);
1827 bytecount = get2(byteparms);
1828 byteparms += 2;
1943 output_bytes(byteparms, bytecoun
[all...]

Completed in 47 milliseconds