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

/freebsd-10.0-release/crypto/openssh/
H A Dsftp.h65 #define SSH2_FXP_EXTENDED_REPLY 201 macro
H A Dsftp-client.c306 } else if (type != SSH2_FXP_EXTENDED_REPLY) {
307 fatal("Expected SSH2_FXP_EXTENDED_REPLY(%u) packet, got %u",
308 SSH2_FXP_EXTENDED_REPLY, type);
H A Dsftp-server.c500 buffer_put_char(&msg, SSH2_FXP_EXTENDED_REPLY);

Completed in 122 milliseconds