Home
last modified time | relevance | path

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

/external/openssh/
Dpacket.h120 int ssh_packet_read_expect(struct ssh *, u_int type);
Dopacket.c311 if ((r = ssh_packet_read_expect(active_state, expected_type)) != 0) in packet_read_expect()
Dpacket.c1510 ssh_packet_read_expect(struct ssh *ssh, u_int expected_type) in ssh_packet_read_expect() function