Lines Matching refs:delay_cli
100 " delay_cli=%%s Handshake message from client that should be\n" \
146 char *delay_cli[MAX_DELAYED_HS]; /* handshake types of messages from
148 uint8_t delay_cli_cnt; /* Number of entries in delay_cli. */
190 memset(opt.delay_cli, 0, sizeof(opt.delay_cli));
223 } else if (strcmp(p, "delay_cli") == 0 ||
230 if (strcmp(p, "delay_cli") == 0) {
232 delay_list = opt.delay_cli;
693 delay_list = opt.delay_cli;
955 mbedtls_free(opt.delay_cli[delay_idx]);