libssh.so 0.7.1 (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Type Usage: ssh_channel_state_e (1)


Used As Name Used In
FIELD .state struct ssh_channel_struct {
    ssh_session session,
    uint32_t local_channel,
    uint32_t local_window,
    int local_eof,
    uint32_t local_maxpacket,
    uint32_t remote_channel,
    uint32_t remote_window,
    int remote_eof,
    uint32_t remote_maxpacket,
    enum ssh_channel_state_e state,
    int delayed_close,
    int flags,
    ssh_buffer stdout_buffer,
    ssh_buffer stderr_buffer,
    void* userarg,
    int version,
    int exit_status,
    enum ssh_channel_request_state_e request_state,
    ssh_channel_callbacks callbacks,
    ssh_counter counter
} »



Andrey Ponomarenko's ABI laboratory