Lines Matching defs:setupdata

1357 	uchar_t *setupdata;
1393 setupdata = vwv + (2 * 14);
1401 setupdata = vwv + (2 * 10);
1411 subcode = get2(setupdata);
1614 uchar_t *setupdata;
1619 setupdata = (uchar_t *)data + sizeof (struct smb);
1620 wordcount = *setupdata++;
1635 setupdata += 14;
1636 lm_pw_len = get2(setupdata);
1637 setupdata += 2;
1638 nt_pw_len = get2(setupdata);
1639 setupdata += 6;
1640 cap = get4(setupdata);
1641 setupdata += 6 + lm_pw_len + nt_pw_len;
1643 GET_STRING(tbuf, setupdata, isunicode);
1655 show_printf("ChainedCommand = 0x%.2x", setupdata[0]);
1656 setupdata += 2;
1657 show_printf("NextOffset = 0x%.4x", get2(setupdata));
1658 setupdata += 2;
1659 show_printf("MaxBufferSize = %d", get2(setupdata));
1660 setupdata += 2;
1661 show_printf("MaxMPXRequests = %d", get2(setupdata));
1662 setupdata += 2;
1663 show_printf("VCNumber = %d", get2(setupdata));
1664 setupdata += 2;
1665 show_printf("SessionKey = 0x%.8x", get4(setupdata));
1666 setupdata += 4;
1672 sec_blob_len = get2(setupdata);
1673 setupdata += 2;
1676 setupdata += 4;
1681 lm_pw_len = get2(setupdata);
1682 setupdata += 2;
1685 nt_pw_len = get2(setupdata);
1686 setupdata += 2;
1689 setupdata += 4;
1692 cap = get4(setupdata);
1694 setupdata += 4;
1696 bytecount = get2(setupdata);
1697 setupdata += 2;
1703 output_bytes(setupdata, sec_blob_len);
1704 setupdata += sec_blob_len;
1709 output_bytes(setupdata, lm_pw_len);
1710 setupdata += lm_pw_len;
1714 output_bytes(setupdata, nt_pw_len);
1715 setupdata += nt_pw_len;
1719 GET_STRING(tbuf, setupdata, isunicode);
1723 GET_STRING(tbuf, setupdata, isunicode);
1731 GET_STRING(tbuf, setupdata, isunicode);
1734 GET_STRING(tbuf, setupdata, isunicode);
1754 show_printf("ChainedCommand = 0x%.2x", setupdata[0]);
1755 setupdata += 2;
1756 show_printf("NextOffset = 0x%.4x", get2(setupdata));
1757 setupdata += 2;
1758 show_printf("SetupAction = 0x%.4x", get2(setupdata));
1759 setupdata += 2;
1764 sec_blob_len = get2(setupdata);
1765 setupdata += 2;
1772 bytecount = get2(setupdata);
1773 setupdata += 2;
1779 output_bytes(setupdata, sec_blob_len);
1780 setupdata += sec_blob_len;
1786 GET_STRING(tbuf, setupdata, isunicode);
1789 GET_STRING(tbuf, setupdata, isunicode);
1793 GET_STRING(tbuf, setupdata, isunicode);
1818 uchar_t *setupdata;
1847 setupdata = vwv + (2 * 14);
1855 setupdata = vwv + (2 * 10);
1858 subcode = get2(setupdata);