ABI | Symbols | Types |
Contents |
Info |
Fields |
Memory Layout |
Name | sftp_client_message_struct |
---|---|
Type | STRUCT |
Fields | 14 |
Source | sftp.h |
Size | 96 |
Usage | The type is used by 8 symbols. |
Status | ADDED |
|
|
Pos | Name | Type | Size | Offset |
---|---|---|---|---|
0 | sftp | sftp_session | 8 | 0 |
1 | type | uint8_t | 1 | 8 |
2 | id | uint32_t | 4 | 12 |
3 | filename | char* | 8 | 16 |
4 | flags | uint32_t | 4 | 24 |
5 | attr | sftp_attributes | 8 | 32 |
6 | handle | ssh_string | 8 | 40 |
7 | offset | uint64_t | 8 | 48 |
8 | len | uint32_t | 4 | 56 |
9 | attr_num | int | 4 | 60 |
10 | attrbuf | ssh_buffer | 8 | 64 |
11 | data | ssh_string | 8 | 72 |
12 | complete_message | ssh_buffer | 8 | 80 |
13 | str_data | char* | 8 | 88 |
Offset | Contents | Type |
---|---|---|
0 | .sftp | sftp_session |
8 | .type | uint8_t |
9 | padding | |
12 | .id | uint32_t |
16 | .filename | char* |
24 | .flags | uint32_t |
28 | padding | |
32 | .attr | sftp_attributes |
40 | .handle | ssh_string |
48 | .offset | uint64_t |
56 | .len | uint32_t |
60 | .attr_num | int |
64 | .attrbuf | ssh_buffer |
72 | .data | ssh_string |
80 | .complete_message | ssh_buffer |
88 | .str_data | char* |