Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c166 static hrtime_t t_last_probe_sent; /* the time we sent the last probe */ variable
1693 if ((gethrtime() - t_last_probe_sent) < 500000000) { in sigalrm_handler()
2089 t_last_probe_sent = gethrtime(); in pinger()