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

  /external/openssh/
opacket.h 122 #define packet_get_maxsize() \ macro
channels.c 576 buffer_len(&c->input) > packet_get_maxsize()) {
582 if (buffer_len(&c->output) > packet_get_maxsize()) {
585 packet_get_maxsize());
901 if (buffer_len(&c->input) < packet_get_maxsize())
910 u_int limit = compat20 ? c->remote_window : packet_get_maxsize();
    [all...]
clientloop.c 528 if (len > packet_get_maxsize())
529 len = packet_get_maxsize();
    [all...]

Completed in 352 milliseconds