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

/freebsd-11-stable/contrib/netbsd-tests/net/config/
H A Dnetconfig.c189 netcfg_rump_pingtest(const char *dst, int ms_timo) argument
201 tv.tv_sec = ms_timo / 1000;
202 tv.tv_usec = 1000 * (ms_timo % 1000);

Completed in 106 milliseconds