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

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

Completed in 23 milliseconds