Home
last modified time | relevance | path

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

/freebsd-src/crypto/openssh/
H A Dpacket.h158 u_int ssh_packet_get_maxsize(struct ssh *);
H A Dssh_namespace.h677 #define ssh_packet_get_maxsize Fssh_ssh_packet_get_maxsize macro
H A Dpacket.c2182 ssh_packet_get_maxsize(struct ssh *ssh) in ssh_packet_get_maxsize() function
H A Dchannels.c884 u_int maxsize = ssh_packet_get_maxsize(ssh); in channel_not_very_much_buffered_data()