Home
last modified time | relevance | path

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

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