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

/freebsd-13-stable/sbin/ping/
H A Dping.c112 #define FLOOD_BACKOFF 20000 /* usecs to back off if F_FLOOD mode */
133 #define F_FLOOD 0x0001 macro
350 options |= F_FLOOD;
651 if (options & F_FLOOD && options & F_INTERVAL)
654 if (options & F_FLOOD && IN_MULTICAST(ntohl(to->sin_addr.s_addr)))
923 if (options & F_FLOOD) {
982 if (n == 0 || options & F_FLOOD) {
1113 if (options & F_FLOOD && errno == ENOBUFS) {
1125 if (!(options & F_QUIET) && options & F_FLOOD)
1231 if (options & F_FLOOD)
[all...]
H A Dping6.c174 #define F_FLOOD 0x0001 macro
445 options |= F_FLOOD;
772 if ((options & F_FLOOD) && (options & F_INTERVAL))
1172 if (options & F_FLOOD) {
1251 if (n == 0 || (options & F_FLOOD)) {
1472 if (!(options & F_QUIET) && options & F_FLOOD)
1670 if (options & F_FLOOD)
1862 if (!(options & F_FLOOD)) {

Completed in 121 milliseconds