Home
last modified time | relevance | path

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

/external/openssh/
Dsftp.h32 #define SSH2_FILEXFER_VERSION 3 macro
Dsftp-server.c654 (r = sshbuf_put_u32(msg, SSH2_FILEXFER_VERSION)) != 0 || in process_init()
Dsftp-client.c403 (r = sshbuf_put_u32(msg, SSH2_FILEXFER_VERSION)) != 0) in do_init()