Searched defs:session_state (Results 1 – 2 of 2) sorted by relevance
121 struct session_state { struct128 int connection_in;129 int connection_out;132 u_int remote_protocol_flags;135 struct sshcipher_ctx *receive_context;138 struct sshcipher_ctx *send_context;141 struct sshbuf *input;144 struct sshbuf *output;147 struct sshbuf *outgoing_packet;150 struct sshbuf *incoming_packet;[all …]
80 } session_state; /* for EVENT_FST_SESSION_STATE_CHANGED */ member