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

/freebsd-10.1-release/crypto/openssh/
H A Dsftp.h37 #define SSH2_FXP_CLOSE 4 macro
H A Dsftp-server.c129 { "close", NULL, SSH2_FXP_CLOSE, process_close, 0 },
H A Dsftp-client.c440 buffer_put_char(&msg, SSH2_FXP_CLOSE);
444 debug3("Sent message SSH2_FXP_CLOSE I:%u", id);

Completed in 52 milliseconds