Searched refs:SSH2_FXP_EXTENDED_REPLY (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsftp.h66 #define SSH2_FXP_EXTENDED_REPLY 201 macro
H A Dsftp-server.c663 if ((r = sshbuf_put_u8(msg, SSH2_FXP_EXTENDED_REPLY)) != 0 ||
1508 if ((r = sshbuf_put_u8(msg, SSH2_FXP_EXTENDED_REPLY)) != 0 ||
1736 if ((r = sshbuf_put_u8(msg, SSH2_FXP_EXTENDED_REPLY)) != 0 ||
H A Dsftp-client.c414 } else if (type != SSH2_FXP_EXTENDED_REPLY) {
415 fatal("Expected SSH2_FXP_EXTENDED_REPLY(%u) packet, got %u",
416 SSH2_FXP_EXTENDED_REPLY, type);
639 if (type != SSH2_FXP_EXTENDED_REPLY) {
640 debug_f("expected SSH2_FXP_EXTENDED_REPLY(%u) packet, got %u",
641 SSH2_FXP_EXTENDED_REPLY, type);
2885 } else if (type != SSH2_FXP_EXTENDED_REPLY)
2886 fatal("Expected SSH2_FXP_EXTENDED_REPLY(%u) packet, got %u",
2887 SSH2_FXP_EXTENDED_REPLY, type);

Completed in 225 milliseconds