HomeSort by relevance Sort by last modified time
    Searched refs:packet_get_maxsize (Results 1 - 5 of 5) sorted by null

  /external/openssh/
packet.h 105 u_int packet_get_maxsize(void);
serverloop.c 207 if (len > packet_get_maxsize())
208 len = packet_get_maxsize();
236 if (len > packet_get_maxsize())
237 len = packet_get_maxsize();
    [all...]
channels.c 491 buffer_len(&c->input) > packet_get_maxsize()) {
497 if (buffer_len(&c->output) > packet_get_maxsize()) {
500 packet_get_maxsize());
805 if (buffer_len(&c->input) < packet_get_maxsize())
814 u_int limit = compat20 ? c->remote_window : packet_get_maxsize();
    [all...]
clientloop.c 476 if (len > packet_get_maxsize())
477 len = packet_get_maxsize();
    [all...]
packet.c 1837 packet_get_maxsize(void) function
    [all...]

Completed in 143 milliseconds