Searched refs:ntrans (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/ofed/infiniband-diags/src/
H A Dibping.c144 static uint64_t start, total_time, replied, lost, ntrans; variable
156 "%% packet loss, time %" PRIu64 " ms\n", ntrans, replied,
157 (lost != 0) ? lost * 100 / ntrans : 0, total_time / 1000);
264 ntrans++;
/freebsd-current/usr.sbin/ypserv/
H A Dyp_main.c451 int ntrans; local
532 ntrans = 0;
551 ntrans++;
557 if (ntrans == 0) {

Completed in 120 milliseconds