OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:host_stats
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/spray/
spray.c
64
spraycumul
host_stats
;
local in function:main
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);
spray.c
64
spraycumul
host_stats
;
local in function:main
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 51 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025