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

  /external/openssh/
kex.h 68 #define COMP_DELAYED 2
servconf.c 289 options->compression = COMP_DELAYED;
931 { "yes", COMP_DELAYED },
932 { "delayed", COMP_DELAYED },
    [all...]
kex.c 699 comp->type = COMP_DELAYED;
packet.c 1015 (comp->type == COMP_DELAYED &&
1102 * with COMP_DELAYED will turn on compression immediately.
1110 if (comp && !comp->enabled && comp->type == COMP_DELAYED) {
    [all...]

Completed in 456 milliseconds