ssh_packet_set_state
if ((r = ssh_packet_set_state(ssh, child_state)) != 0)
int ssh_packet_set_state(struct ssh *, struct sshbuf *);
ASSERT_INT_EQ(ssh_packet_set_state(server2, state), 0);