Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dsftp.h32 #define SSH2_FILEXFER_VERSION 3 macro
H A Dsftp-server.c711 (r = sshbuf_put_u32(msg, SSH2_FILEXFER_VERSION)) != 0) in process_init()
H A Dsftp-client.c458 (r = sshbuf_put_u32(msg, SSH2_FILEXFER_VERSION)) != 0) in sftp_init()