Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c188 static hrtime_t ns_starttime; /* Time the lookup started */ variable
2219 ns_starttime = gethrtime(); in pr_name()
2601 now - ns_starttime >= ns_warntime * NANOSEC) { in ns_warning_thr()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c266 static hrtime_t ns_starttime; /* Time the lookup started */ variable
372 ns_starttime = gethrtime(); in ns_lookup_start()
400 if (ns_active && now - ns_starttime >= ns_warntime * NANOSEC) { in ns_warning_thr()