HomeSort by: relevance | last modified time | path
    Searched defs:last_tx (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
athrate-sample.h 70 int last_tx; member in struct:rate_stats
  /src/sbin/ping/
ping.c 204 static struct timespec now, clear_cache, last_tx, next_tx, first_tx; variable in typeref:struct:timespec
779 diffsec(&now, &last_tx);
879 dt = diffsec(&last_tx, &jiggle_time);
972 last_tx = now;
1428 double t = diffsec(&last_tx, &first_tx);
  /src/sbin/ping6/
ping6.c 219 static struct timespec now, last_tx, next_tx, first_tx; variable in typeref:struct:timespec
968 diffsec(&now, &last_tx);
1182 last_tx = now;

Completed in 16 milliseconds