Home
last modified time | relevance | path

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

/external/openssh/
Dkex.h65 #define COMP_DELAYED 2 macro
Dkex.c578 comp->type = COMP_DELAYED; in choose_comp()
Dservconf.c299 options->compression = COMP_DELAYED; in fill_default_server_options()
930 { "delayed", COMP_DELAYED },
Dpacket.c988 (comp->type == COMP_DELAYED && in ssh_set_newkeys()
1037 if (comp && !comp->enabled && comp->type == COMP_DELAYED) { in ssh_packet_enable_delayed_compress()
Dsshd.c2566 } else if (options.compression == COMP_DELAYED) {