Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/ssh/
Dsftp-client.c129 send_string_request(int fd, u_int id, u_int code, const char *s, in send_string_request() function
564 send_string_request(conn->fd_out, id, SSH2_FXP_REMOVE, path, in do_rm()
594 send_string_request(conn->fd_out, id, SSH2_FXP_RMDIR, path, in do_rmdir()
611 send_string_request(conn->fd_out, id, in do_stat()
632 send_string_request(conn->fd_out, id, SSH2_FXP_LSTAT, path, in do_lstat()
645 send_string_request(conn->fd_out, id, SSH2_FXP_FSTAT, handle, in do_fstat()
695 send_string_request(conn->fd_out, id, SSH2_FXP_REALPATH, path, in do_realpath()
809 send_string_request(conn->fd_out, id, SSH2_FXP_READLINK, path, in do_readlink()