HomeSort by: relevance | last modified time | path
    Searched refs:local_maxpacket (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
channels.h 181 u_int local_maxpacket; member in struct:Channel
channels.c 555 c->local_maxpacket = maxpack;
1177 (r = sshpkt_put_u32(ssh, c->local_maxpacket)) != 0) {
1965 c->local_window_max, c->local_maxpacket, 0, buf, 1);
2089 c->local_window_max, c->local_maxpacket, 0, rtype, 1);
2124 c->local_window_max, c->local_maxpacket,
2165 (r = sshpkt_put_u32(ssh, c->local_maxpacket)) != 0 ||
2434 c->local_maxpacket*3) ||
2604 c->local_maxpacket, 0, "mux-control", 1);
3525 if (win_len > c->local_maxpacket) {
3527 c->self, win_len, c->local_maxpacket);
    [all...]
serverloop.c 670 (r = sshpkt_put_u32(ssh, c->local_maxpacket)) != 0 ||
clientloop.c 1920 (r = sshpkt_put_u32(ssh, c->local_maxpacket)) != 0 ||
1973 (r = sshpkt_put_u32(ssh, c->local_maxpacket)) != 0 ||

Completed in 31 milliseconds