Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsftp-client.c1590 uint64_t offset = 0, size, highwater = 0, maxack = 0; in sftp_download() local
1661 offset = highwater = maxack = st.st_size; in sftp_download()
1751 if (maxack < req->offset + len) in sftp_download()
1752 maxack = req->offset + len; in sftp_download()
1754 highwater = maxack; in sftp_download()
1809 highwater = maxack; in sftp_download()
2029 uint64_t highwater = 0, maxack = 0; in sftp_upload() local
2180 if (maxack < ack->offset + ack->len) in sftp_upload()
2181 maxack = ack->offset + ack->len; in sftp_upload()
2183 highwater = maxack; in sftp_upload()
[all …]