Searched refs:ssh_packet_read_expect (Results 1 – 3 of 3) sorted by relevance
120 int ssh_packet_read_expect(struct ssh *, u_int type);
311 if ((r = ssh_packet_read_expect(active_state, expected_type)) != 0) in packet_read_expect()
1510 ssh_packet_read_expect(struct ssh *ssh, u_int expected_type) in ssh_packet_read_expect() function