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

  /src/sbin/ping/
ping.c 206 static struct timespec last_rx, first_rx; variable in typeref:struct:
1102 if (first_rx.tv_sec == 0)
1103 first_rx = last_rx;
1428 double r = diffsec(&last_rx, &first_rx);
ping.c 206 static struct timespec last_rx, first_rx; variable in typeref:struct:
1102 if (first_rx.tv_sec == 0)
1103 first_rx = last_rx;
1428 double r = diffsec(&last_rx, &first_rx);

Completed in 29 milliseconds