ABI | Symbols | Types |
Contents |
Info |
Fields |
Memory Layout |
Name | anon-struct-session.h-169 |
---|---|
Type | STRUCT |
Fields | 19 |
Source | session.h |
Size | 200 |
Usage | The type is used by 1 type. |
Status | ADDED |
|
|
Pos | Name | Type | Size | Offset |
---|---|---|---|---|
0 | identity | struct ssh_list* | 8 | 0 |
1 | username | char* | 8 | 8 |
2 | host | char* | 8 | 16 |
3 | bindaddr | char* | 8 | 24 |
4 | sshdir | char* | 8 | 32 |
5 | knownhosts | char* | 8 | 40 |
6 | wanted_methods | char*[10] | 80 | 48 |
7 | ProxyCommand | char* | 8 | 128 |
8 | timeout | unsigned long | 8 | 136 |
9 | timeout_usec | unsigned long | 8 | 144 |
10 | port | unsigned int | 4 | 152 |
11 | fd | socket_t | 4 | 156 |
12 | StrictHostKeyChecking | int | 4 | 160 |
13 | ssh2 | int | 4 | 164 |
14 | ssh1 | int | 4 | 168 |
15 | compressionlevel | char | 1 | 172 |
16 | gss_server_identity | char* | 8 | 176 |
17 | gss_client_identity | char* | 8 | 184 |
18 | gss_delegate_creds | int | 4 | 192 |
Offset | Contents | Type |
---|---|---|
0 | .identity | struct ssh_list* |
8 | .username | char* |
16 | .host | char* |
24 | .bindaddr | char* |
32 | .sshdir | char* |
40 | .knownhosts | char* |
48 | .wanted_methods | char*[10] |
128 | .ProxyCommand | char* |
136 | .timeout | unsigned long |
144 | .timeout_usec | unsigned long |
152 | .port | unsigned int |
156 | .fd | socket_t |
160 | .StrictHostKeyChecking | int |
164 | .ssh2 | int |
168 | .ssh1 | int |
172 | .compressionlevel | char |
173 | padding | |
176 | .gss_server_identity | char* |
184 | .gss_client_identity | char* |
192 | .gss_delegate_creds | int |
196 | padding |