Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssh/
HDsftp.h32 #define SSH2_FILEXFER_VERSION 3 macro
HDsftp-server.c721 (r = sshbuf_put_u32(msg, SSH2_FILEXFER_VERSION)) != 0) in process_init()
HDsftp-client.c478 (r = sshbuf_put_u32(msg, SSH2_FILEXFER_VERSION)) != 0) in sftp_init()