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

  /src/sbin/ping/
ping.c 205 static struct timespec last_rx, first_rx; variable in typeref:struct:timespec
1100 last_rx = now;
1102 first_rx = last_rx;
1118 triptime = diffsec(&last_rx, &tv);
1427 double r = diffsec(&last_rx, &first_rx);

Completed in 13 milliseconds