HomeSort by relevance Sort by last modified time
    Searched refs:F_LATENCY (Results 1 - 3 of 3) sorted by null

  /external/iputils/
ping_common.c 379 options |= F_LATENCY;
655 if (!(options&F_LATENCY)) {
843 if ((options&F_LATENCY) || recv_timep == NULL) {
844 if ((options&F_LATENCY) ||
893 if (!(options & F_LATENCY)) {
895 options |= F_LATENCY;
ping_common.h 67 #define F_LATENCY 0x1000
ping.c 734 if (options&F_LATENCY) {
748 if (timing && !(options&F_LATENCY)) {
    [all...]

Completed in 187 milliseconds