ABI | Symbols | Types |
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, ssh_buffer stdout_buffer, ssh_buffer stderr_buffer, void* userarg, int version, int blocking, int exit_status, enum ssh_channel_request_state_e request_state, ssh_channel_callbacks callbacks } » |