Home
last modified time | relevance | path

Searched refs:COMP_DELAYED (Results 1 – 5 of 5) sorted by relevance

/external/openssh/
Dkex.h48 #define COMP_DELAYED 2 macro
Dkex.c326 comp->type = COMP_DELAYED; in choose_comp()
Dpacket.c786 (comp->type == COMP_DELAYED && in set_newkeys()
829 if (comp && !comp->enabled && comp->type == COMP_DELAYED) { in packet_enable_delayed_compress()
Dservconf.c247 options->compression = COMP_DELAYED; in fill_default_server_options()
697 { "delayed", COMP_DELAYED },
Dsshd.c2321 } else if (options.compression == COMP_DELAYED) {