Home
last modified time | relevance | path

Searched refs:vwv (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_smb.c1349 uchar_t *vwv; /* word parameters */ in interpret_trans() local
1368 vwv = (uchar_t *)data + sizeof (struct smb); in interpret_trans()
1369 wordcount = *vwv++; in interpret_trans()
1374 byteparms = vwv + (2 * wordcount); in interpret_trans()
1390 parambytes = get2(vwv + (2 * 9)); in interpret_trans()
1391 paramoffset = get2(vwv + (2 * 10)); in interpret_trans()
1392 setupcount = *(vwv + (2 * 13)); in interpret_trans()
1393 setupdata = vwv + (2 * 14); in interpret_trans()
1398 parambytes = get2(vwv + (2 * 3)); in interpret_trans()
1399 paramoffset = get2(vwv + (2 * 4)); in interpret_trans()
[all …]