Searched refs:loss (Results 1 - 5 of 5) sorted by path

/haiku/src/bin/network/traceroute/
H A Dtraceroute.c1036 int loss; local
1039 for (probe = 0, loss = 0; probe < nprobes; ++probe) {
1226 loss++;
1232 Printf(" (%d%% loss)", (loss * 100) / nprobes);
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_ra.c326 /* Select the lowest rate from the next rateset with loss-free
426 * Check if the measured goodput is loss-free and better than the
427 * loss-free goodput of the candidate rate.
435 if (g->loss == 0 &&
506 DPRINTF(("MCS %d is best; MCS{cur|avg|loss}:", best));
513 DPRINTF(("%s%%}", ra_fp_sprintf(g->loss)));
569 /* 8 packets with > 75% loss make a valid probe, too. */
625 g->loss = sfer * 100;
697 } else if (g->loss < 2 * RA_FP_1 ||
736 DPRINTFN(3, ("loss
[all...]
H A Dieee80211_ra.h28 uint64_t loss; /* This rate's loss percentage SFER. */ member in struct:ieee80211_ra_goodput_stats
H A Dieee80211_ra_vht.c315 /* Select the lowest rate from the next rateset with loss-free
412 * Check if the measured goodput is loss-free and better than the
413 * loss-free goodput of the candidate rate.
422 if (g->loss == 0 &&
503 DPRINTF(("MCS,NSS %d,%d is best; MCS,NSS{cur|avg|loss}:",
519 DPRINTF(("%s%%}", ra_vht_fp_sprintf(g->loss)));
569 /* 8 packets with > 75% loss make a valid probe, too. */
629 g->loss = sfer * 100;
710 } else if (g->loss < 2 * RA_FP_1 ||
749 DPRINTFN(3, ("loss
[all...]
H A Dieee80211_ra_vht.h28 uint64_t loss; /* This rate's loss percentage SFER. */ member in struct:ieee80211_ra_vht_goodput_stats

Completed in 80 milliseconds