Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ssh/
Dsftp.h57 #define SSH2_FXP_VERSION 2 macro
Dsftp-server.c710 if ((r = sshbuf_put_u8(msg, SSH2_FXP_VERSION)) != 0 || in process_init()
Dsftp-client.c468 if (type != SSH2_FXP_VERSION) { in sftp_init()