Searched refs:delay (Results 1 – 10 of 10) sorted by relevance
4 Timing: delay 0ms7 Timing: delay 100ms
189 * free to detect it right away of with a delay.
785 * free to detect it right away of with a delay.
157 int delay; /* delay 1 packet in N (none if 0) */ member227 opt.delay = atoi(q); in get_options()228 if (opt.delay < 0 || opt.delay > 20 || opt.delay == 1) { in get_options()638 void delay_packet(packet *delay) in delay_packet() argument644 memcpy(&prev[prev_len++], delay, sizeof(packet)); in delay_packet()746 (opt.delay != 0 && in handle_message()753 rand() % opt.delay == 0)) { in handle_message()
97 void mbedtls_ssl_cookie_set_timeout(mbedtls_ssl_cookie_ctx *ctx, unsigned long delay);
87 void mbedtls_ssl_cookie_set_timeout(mbedtls_ssl_cookie_ctx *ctx, unsigned long delay) in mbedtls_ssl_cookie_set_timeout() argument89 ctx->timeout = delay; in mbedtls_ssl_cookie_set_timeout()
1090 unsigned delay; /*!< Number of resume steps to go through */ member1114 unsigned delay) in ssl_async_set_key() argument1121 ctx->slots[ctx->slots_used].delay = delay; in ssl_async_set_key()1192 op_name, slot, config_data->slots[slot].delay); in ssl_async_start()1212 ctx->remaining_delay = config_data->slots[slot].delay; in ssl_async_start()
37 messages will arrive without delay, as the TLS protocol doesn't guarantee that
477 final delay field in an mbedtls_timing_delay_context, as requested in934 by MBEDTLS_GCM_ALT may delay partial blocks to the next call to
97 * [`test/udp_proxy.c`](test/udp_proxy.c): a UDP proxy that can inject certain failures (delay, dupl…