aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/toprocmail
blob: 159c0b38e39bbdc1b39b23a53bd2511522126379 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
generated by cgit v1.2.3 (git 2.39.1) at 2025-11-15 00:17:37 +0000
 


SmbStrHeader    sessionKey;
uint32        flags;
uint8         buffer[1024];
uint32        bufIndex;
}tSmbNtlmAuthResponse;

#define SmbLength(ptr) (((ptr)->buffer - (uint8*)(ptr)) + (ptr)->bufIndex)