|
ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
|
Public Attributes | |
| uint8_t | conn_for_ssh [MAX_SSH_CONNS] |
| bool | init_done = false |
| volatile bool | close [MAX_SSH_CONNS] |
Definition at line 29 of file ssh_conn.cpp.
| uint8_t SshConnCtx::conn_for_ssh[MAX_SSH_CONNS] |
Definition at line 31 of file ssh_conn.cpp.
Referenced by pc_ssh_conn_accept(), pc_ssh_conn_close(), pc_ssh_conn_close_channel(), pc_ssh_conn_open_forwarded(), pc_ssh_conn_poll(), pc_ssh_conn_rx(), and pc_ssh_conn_send().
| bool SshConnCtx::init_done = false |
Definition at line 32 of file ssh_conn.cpp.
| volatile bool SshConnCtx::close[MAX_SSH_CONNS] |
Definition at line 33 of file ssh_conn.cpp.
Referenced by pc_ssh_conn_accept(), and pc_ssh_conn_rx().