Home
last modified time | relevance | path

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

/mirbsd/src/sbin/ping/
Dping.c111 #define F_INTERVAL 0x0002 macro
261 options |= F_INTERVAL; in main()
354 if (options & F_FLOOD && options & F_INTERVAL) in main()
/mirbsd/src/sbin/ping6/
Dping6.c161 #define F_INTERVAL 0x0002 macro
453 options |= F_INTERVAL; in main()
689 if ((options & F_FLOOD) && (options & F_INTERVAL)) in main()