Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c174 static hrtime_t t_last_probe_sent; /* the time we sent the last probe */ variable
1755 if ((gethrtime() - t_last_probe_sent) < mintime) { in sigalrm_handler()
2159 t_last_probe_sent = gethrtime(); in pinger()