Home
last modified time | relevance | path

Searched refs:backup_state (Results 1 – 1 of 1) sorted by relevance

/external/openssh/
Dpacket.c197 static struct session_state *active_state, *backup_state; variable
1940 if (backup_state) in packet_backup_state()
1941 tmp = backup_state; in packet_backup_state()
1944 backup_state = active_state; in packet_backup_state()
1958 tmp = backup_state; in packet_restore_state()
1959 backup_state = active_state; in packet_restore_state()
1961 active_state->connection_in = backup_state->connection_in; in packet_restore_state()
1962 backup_state->connection_in = -1; in packet_restore_state()
1963 active_state->connection_out = backup_state->connection_out; in packet_restore_state()
1964 backup_state->connection_out = -1; in packet_restore_state()
[all …]