Home
last modified time | relevance | path

Searched refs:F_LATENCY (Results 1 – 3 of 3) sorted by relevance

/external/iputils/
Dping_common.c379 options |= F_LATENCY; in common_options()
655 if (!(options&F_LATENCY)) { in setup()
843 if ((options&F_LATENCY) || recv_timep == NULL) { in main_loop()
844 if ((options&F_LATENCY) || in main_loop()
893 if (!(options & F_LATENCY)) { in gather_statistics()
895 options |= F_LATENCY; in gather_statistics()
Dping_common.h67 #define F_LATENCY 0x1000 macro
Dping.c734 if (options&F_LATENCY) { in send_probe()
748 if (timing && !(options&F_LATENCY)) { in send_probe()