Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsftp-client.c1605 u_int64_t offset = 0, size, highwater = 0, maxack = 0; in sftp_download() local
1676 offset = highwater = maxack = st.st_size; in sftp_download()
1766 if (maxack < req->offset + len) in sftp_download()
1767 maxack = req->offset + len; in sftp_download()
1769 highwater = maxack; in sftp_download()
1824 highwater = maxack; in sftp_download()
2044 u_int64_t highwater = 0, maxack = 0; in sftp_upload() local
2192 if (maxack < ack->offset + ack->len) in sftp_upload()
2193 maxack = ack->offset + ack->len; in sftp_upload()
2195 highwater = maxack; in sftp_upload()
[all …]