Home
last modified time | relevance | path

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

/external/openssh/
Dkex.h68 #define COMP_DELAYED 2 macro
Dservconf.c289 options->compression = COMP_DELAYED; in fill_default_server_options()
931 { "yes", COMP_DELAYED },
932 { "delayed", COMP_DELAYED },
Dkex.c699 comp->type = COMP_DELAYED; in choose_comp()
Dpacket.c1015 (comp->type == COMP_DELAYED && in ssh_set_newkeys()
1110 if (comp && !comp->enabled && comp->type == COMP_DELAYED) { in ssh_packet_enable_delayed_compress()