Home
last modified time | relevance | path

Searched refs:SSH2_FXP_REALPATH (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssh/
H A Dsftp.h50 #define SSH2_FXP_REALPATH 16 macro
H A DPROTOCOL646 path is canonicalised similarly to SSH2_FXP_REALPATH.
655 Its reply is the same format as that of SSH2_FXP_REALPATH.
H A Dsftp-server.c152 { "realpath", NULL, SSH2_FXP_REALPATH, process_realpath, 0 },
H A Dsftp-client.c1034 send_string_request(conn, id, SSH2_FXP_REALPATH, in sftp_realpath_expand()