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

  /external/openssh/
kex.h 48 #define COMP_DELAYED 2
kex.c 326 comp->type = COMP_DELAYED;
packet.c 786 (comp->type == COMP_DELAYED &&
821 * with COMP_DELAYED will turn on compression immediately.
829 if (comp && !comp->enabled && comp->type == COMP_DELAYED) {
    [all...]
servconf.c 247 options->compression = COMP_DELAYED;
697 { "delayed", COMP_DELAYED },
    [all...]
sshd.c     [all...]

Completed in 121 milliseconds