libssh.so 0.7.1 (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Type: ssh_channel_struct


Contents
Info
Fields
Memory Layout

Info

Name ssh_channel_struct
Type STRUCT
Fields 20
Source channels.h
Size 112
Usage The type is used by 78 symbols and 17 types.


Fields

PADDINGFIELD
BIT-FIELD


PosNameTypeSizeOffset
0sessionssh_session80
1local_channeluint32_t48
2local_windowuint32_t412
3local_eofint416
4local_maxpacketuint32_t420
5remote_channeluint32_t424
6remote_windowuint32_t428
7remote_eofint432
8remote_maxpacketuint32_t436
9stateenum ssh_channel_state_e440
10delayed_closeint444
11flagsint448
12stdout_bufferssh_buffer856
13stderr_bufferssh_buffer864
14userargvoid*872
15versionint480
16exit_statusint484
17request_stateenum ssh_channel_request_state_e488
18callbacksssh_channel_callbacks896
19counterssh_counter8104


Memory Layout

OffsetContentsType
0.sessionssh_session
8.local_channeluint32_t
12.local_windowuint32_t
16.local_eofint
20.local_maxpacketuint32_t
24.remote_channeluint32_t
28.remote_windowuint32_t
32.remote_eofint
36.remote_maxpacketuint32_t
40.stateenum ssh_channel_state_e
44.delayed_closeint
48.flagsint
52padding
56.stdout_bufferssh_buffer
64.stderr_bufferssh_buffer
72.userargvoid*
80.versionint
84.exit_statusint
88.request_stateenum ssh_channel_request_state_e
92padding
96.callbacksssh_channel_callbacks
104.counterssh_counter





Andrey Ponomarenko's ABI laboratory