Searched refs:ms_timo (Results 1 – 1 of 1) sorted by relevance
189 netcfg_rump_pingtest(const char *dst, int ms_timo) in netcfg_rump_pingtest() argument201 tv.tv_sec = ms_timo / 1000; in netcfg_rump_pingtest()202 tv.tv_usec = 1000 * (ms_timo % 1000); in netcfg_rump_pingtest()