Lines Matching defs:errors
13 * and count the ICMP errors. If the number of errors is always the same
181 j--; /* flush ICMP errors and retry */
197 * Wait and collect pending ICMP errors. Waiting less than 2 seconds
200 * discard ICMP errors, allowing the test to pass on vulnerable
213 int i, errors_baseline, errors;
221 errors = errors_baseline;
222 tst_res(TINFO, "Batch 0: Got %d ICMP errors", errors);
224 for (i = 1; i < BATCH_COUNT && errors == errors_baseline; i++) {
225 errors = packet_batch((struct sockaddr *)&addr, sizeof(addr));
226 tst_res(TINFO, "Batch %d: Got %d ICMP errors", i, errors);
229 if (errors == errors_baseline) {