Searched refs:ssh_packet_read_seqnr (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/crypto/openssh/ |
| H A D | dispatch.c | 96 r = ssh_packet_read_seqnr(ssh, &type, &seqnr); in ssh_dispatch_run()
|
| H A D | packet.h | 130 int ssh_packet_read_seqnr(struct ssh *, u_char *, u_int32_t *seqnr_p);
|
| H A D | opacket.c | 239 if ((r = ssh_packet_read_seqnr(active_state, &type, seqnr)) != 0) in packet_read_seqnr()
|
| H A D | packet.c | 1284 ssh_packet_read_seqnr(struct ssh *ssh, u_char *typep, u_int32_t *seqnr_p) in ssh_packet_read_seqnr() function 1379 if ((r = ssh_packet_read_seqnr(ssh, &type, NULL)) != 0) in ssh_packet_read() 1395 if ((r = ssh_packet_read_seqnr(ssh, &type, NULL)) != 0) in ssh_packet_read_expect()
|
| H A D | ssh_namespace.h | 602 #define ssh_packet_read_seqnr Fssh_ssh_packet_read_seqnr macro
|
| H A D | ChangeLog | 1450 upstream: If select() fails in ssh_packet_read_seqnr go directly to
|