Searched refs:packetmax (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | ssh.c | 2187 int window, packetmax, in, out, err; in ssh_session2_open() local 2201 packetmax = CHAN_SES_PACKET_DEFAULT; in ssh_session2_open() 2204 packetmax >>= 1; in ssh_session2_open() 2208 window, packetmax, CHAN_EXTENDED_WRITE, in ssh_session2_open()
|
H A D | mux.c | 339 u_int i, j, env_len, escape_char, window, packetmax; in mux_master_process_new_session() local 455 packetmax = CHAN_SES_PACKET_DEFAULT; in mux_master_process_new_session() 458 packetmax >>= 1; in mux_master_process_new_session() 462 new_fd[0], new_fd[1], new_fd[2], window, packetmax, in mux_master_process_new_session()
|