Searched defs:t_last_probe_sent (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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) {
2159 t_last_probe_sent = gethrtime();

Completed in 51 milliseconds