Home
last modified time | relevance | path

Searched refs:SSH2_FXP_VERSION (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dsftp.h57 #define SSH2_FXP_VERSION 2 macro
Dsftp-server.c653 if ((r = sshbuf_put_u8(msg, SSH2_FXP_VERSION)) != 0 || in process_init()
Dsftp-client.c414 if (type != SSH2_FXP_VERSION) { in do_init()