ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Fields |
| Memory Layout |
| Name | ssh_channel_struct |
|---|---|
| Type | STRUCT |
| Fields | 20 |
| Source | channels.h |
| Size | 112 |
| Usage | The type is used by 78 symbols and 17 types. |
| PADDING | FIELD |
| BIT-FIELD |
| Pos | Name | Type | Size | Offset |
|---|---|---|---|---|
| 0 | session | ssh_session | 8 | 0 |
| 1 | local_channel | uint32_t | 4 | 8 |
| 2 | local_window | uint32_t | 4 | 12 |
| 3 | local_eof | int | 4 | 16 |
| 4 | local_maxpacket | uint32_t | 4 | 20 |
| 5 | remote_channel | uint32_t | 4 | 24 |
| 6 | remote_window | uint32_t | 4 | 28 |
| 7 | remote_eof | int | 4 | 32 |
| 8 | remote_maxpacket | uint32_t | 4 | 36 |
| 9 | state | enum ssh_channel_state_e | 4 | 40 |
| 10 | delayed_close | int | 4 | 44 |
| 11 | flags | int | 4 | 48 |
| 12 | stdout_buffer | ssh_buffer | 8 | 56 |
| 13 | stderr_buffer | ssh_buffer | 8 | 64 |
| 14 | userarg | void* | 8 | 72 |
| 15 | version | int | 4 | 80 |
| 16 | exit_status | int | 4 | 84 |
| 17 | request_state | enum ssh_channel_request_state_e | 4 | 88 |
| 18 | callbacks | ssh_channel_callbacks | 8 | 96 |
| 19 | counter | ssh_counter | 8 | 104 |
| Offset | Contents | Type |
|---|---|---|
| 0 | .session | ssh_session |
| 8 | .local_channel | uint32_t |
| 12 | .local_window | uint32_t |
| 16 | .local_eof | int |
| 20 | .local_maxpacket | uint32_t |
| 24 | .remote_channel | uint32_t |
| 28 | .remote_window | uint32_t |
| 32 | .remote_eof | int |
| 36 | .remote_maxpacket | uint32_t |
| 40 | .state | enum ssh_channel_state_e |
| 44 | .delayed_close | int |
| 48 | .flags | int |
| 52 | padding | |
| 56 | .stdout_buffer | ssh_buffer |
| 64 | .stderr_buffer | ssh_buffer |
| 72 | .userarg | void* |
| 80 | .version | int |
| 84 | .exit_status | int |
| 88 | .request_state | enum ssh_channel_request_state_e |
| 92 | padding | |
| 96 | .callbacks | ssh_channel_callbacks |
| 104 | .counter | ssh_counter |