Home
last modified time | relevance | path

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

/external/openssh/
Dpacket.h156 u_int ssh_packet_get_maxsize(struct ssh *);
Dpacket.c2159 ssh_packet_get_maxsize(struct ssh *ssh) in ssh_packet_get_maxsize() function
Dchannels.c715 u_int maxsize = ssh_packet_get_maxsize(ssh); in channel_not_very_much_buffered_data()