Home
last modified time | relevance | path

Searched defs:session_state (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/crypto/openssh/
H A Dpacket.c121 struct session_state { struct
128 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 …]
/dflybsd-src/contrib/wpa_supplicant/src/fst/
H A Dfst_ctrl_aux.h80 } session_state; /* for EVENT_FST_SESSION_STATE_CHANGED */ member