Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/traceroute/
H A Dtraceroute.c301 static int nprobes = 3; variable
435 nprobes = (int)l; in main()
607 for (probe = 0, loss = 0; probe < nprobes; ++probe) { in main()
721 else if (cc && probe == nprobes - 1 && Mflag) in main()
726 printf(" (%d%% loss)", (loss * 100) / nprobes); in main()
728 if (got_there || (unreachable && (unreachable + timeout) >= nprobes)) in main()
/dragonfly/usr.sbin/traceroute6/
H A Dtraceroute6.c319 static u_long nprobes = 3; variable
446 nprobes = strtoul(optarg, &ep, 0); in main()
452 if (nprobes < 1) { in main()
747 for (probe = 0; probe < nprobes; ++probe) { in main()
797 (unreachable > 0 && unreachable >= ((nprobes + 1) / 2))) { in main()