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

/freebsd-10.1-release/crypto/openssh/
H A Dsftp.h58 #define SSH2_FXP_STATUS 101 macro
H A Dsftp-client.c197 if (type != SSH2_FXP_STATUS)
198 fatal("Expected SSH2_FXP_STATUS(%u) packet, got %u",
199 SSH2_FXP_STATUS, type);
204 debug3("SSH2_FXP_STATUS %u", status);
232 if (type == SSH2_FXP_STATUS) {
264 if (type == SSH2_FXP_STATUS) {
299 if (type == SSH2_FXP_STATUS) {
512 if (type == SSH2_FXP_STATUS) {
514 debug3("Received SSH2_FXP_STATUS %d", status);
749 if (type == SSH2_FXP_STATUS) {
[all...]
H A Dsftp-server.c530 buffer_put_char(&msg, SSH2_FXP_STATUS);

Completed in 116 milliseconds