Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dpacket.h126 int ssh_packet_read_expect(struct ssh *, u_int type);
H A Dopacket.c294 if ((r = ssh_packet_read_expect(active_state, expected_type)) != 0) in packet_read_expect()
H A Dssh_namespace.h599 #define ssh_packet_read_expect Fssh_ssh_packet_read_expect macro
H A Dpacket.c1390 ssh_packet_read_expect(struct ssh *ssh, u_int expected_type) in ssh_packet_read_expect() function