Home
last modified time | relevance | path

Searched refs:mx_dup_ck (Results 1 – 2 of 2) sorted by relevance

/external/ping/
Dping.c79 int mx_dup_ck = MAX_DUP_CHK; variable
220 fprintf(stderr, "ping: bad preload value, should be 1..%d\n", mx_dup_ck); in common_options()
223 if (preload > mx_dup_ck) in common_options()
224 preload = mx_dup_ck; in common_options()
760 } else if (TST(seq % mx_dup_ck)) { in gather_statistics()
765 SET(seq % mx_dup_ck); in gather_statistics()
1078 CLR((ntransmitted+1) % mx_dup_ck); in send_probe()
Dping_common.h66 extern int mx_dup_ck;