Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dkex.h70 #define COMP_DELAYED 2 macro
H A Dservconf.c400 options->compression = COMP_DELAYED; in fill_default_server_options()
1307 { "yes", COMP_DELAYED },
1308 { "delayed", COMP_DELAYED },
H A Dpacket.c1038 if (((comp->type == COMP_DELAYED && state->after_authentication)) && in ssh_set_newkeys()
1184 if (comp && !comp->enabled && comp->type == COMP_DELAYED) { in ssh_packet_enable_delayed_compress()
H A Dkex.c849 comp->type = COMP_DELAYED; in choose_comp()
H A Dreadconf.c1087 { "yes", COMP_DELAYED },