HomeSort by: relevance | last modified time | path
    Searched defs:should_drop (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/helpers/
noisydgrambio.c 228 int *should_drop, uint16_t *flip, size_t *flip_offset)
236 *should_drop = 0;
250 *should_drop = (type == NOISE_TYPE_DROP || type == NOISE_TYPE_DELAY);
365 int should_drop; local
394 &reinject, &should_drop, &flip, &flip_offset);
408 should_drop = 0;
424 * should_drop below will be true).
433 (unsigned int)reinject, should_drop ? "" : "(duplicating)");
439 if (should_drop) {

Completed in 16 milliseconds