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

/freebsd-10.1-release/crypto/openssh/
H A Dsftp.h65 #define SSH2_FXP_EXTENDED_REPLY 201 macro
H A Dsftp-client.c308 } else if (type != SSH2_FXP_EXTENDED_REPLY) {
309 fatal("Expected SSH2_FXP_EXTENDED_REPLY(%u) packet, got %u",
310 SSH2_FXP_EXTENDED_REPLY, type);
H A Dsftp-server.c616 buffer_put_char(&msg, SSH2_FXP_EXTENDED_REPLY);

Completed in 56 milliseconds