Searched refs:F_INTERVAL (Results 1 - 2 of 2) sorted by relevance

/haiku/src/bin/network/ping/
H A Dping.c126 #define F_INTERVAL 0x0002 macro
394 options |= F_INTERVAL;
639 if (options & F_FLOOD && options & F_INTERVAL)
H A Dping6.c165 #define F_INTERVAL 0x0002 macro
470 options |= F_INTERVAL;
765 if ((options & F_FLOOD) && (options & F_INTERVAL))

Completed in 43 milliseconds