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

/netbsd-6-1-5-RELEASE/usr.sbin/spray/
H A Dspray.c64 spraycumul host_stats; local
165 if (clnt_call(cl, SPRAYPROC_GET, xdr_void, NULL, xdr_spraycumul, &host_stats, TIMEOUT) != RPC_SUCCESS) {
170 xmit_time = host_stats.clock.sec +
171 (host_stats.clock.usec / 1000000.0);
177 if (host_stats.counter != (unsigned)count) {
178 int packets_dropped = count - host_stats.counter;
191 print_xferstats(host_stats.counter, length, xmit_time);

Completed in 56 milliseconds