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

/freebsd-10.2-release/crypto/openssh/
H A Dsftp.h59 #define SSH2_FXP_HANDLE 102 macro
H A Dsftp-client.c238 } else if (type != SSH2_FXP_HANDLE)
239 fatal("%s: Expected SSH2_FXP_HANDLE(%u) packet, got %u",
240 errfmt == NULL ? __func__ : errmsg, SSH2_FXP_HANDLE, type);
H A Dsftp-server.c568 send_data_or_handle(SSH2_FXP_HANDLE, id, string, hlen);

Completed in 55 milliseconds