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

/freebsd-10.0-release/sbin/ping/
H A Dping.c99 #define FLOOD_BACKOFF 20000 /* usecs to back off if F_FLOOD mode */
120 #define F_FLOOD 0x0001 macro
301 options |= F_FLOOD;
576 if (options & F_FLOOD && options & F_INTERVAL)
579 if (options & F_FLOOD && IN_MULTICAST(ntohl(to->sin_addr.s_addr)))
805 if (options & F_FLOOD) {
872 if (n == 0 || options & F_FLOOD) {
989 if (options & F_FLOOD && errno == ENOBUFS) {
1001 if (!(options & F_QUIET) && options & F_FLOOD)
1091 if (options & F_FLOOD)
[all...]
/freebsd-10.0-release/sbin/ping6/
H A Dping6.c164 #define F_FLOOD 0x0001 macro
428 options |= F_FLOOD;
712 if ((options & F_FLOOD) && (options & F_INTERVAL))
1066 if ((options & F_FLOOD) == 0) {
1112 if (options & F_FLOOD) {
1401 if (!(options & F_QUIET) && options & F_FLOOD)
1578 if (options & F_FLOOD)
1766 if (!(options & F_FLOOD)) {

Completed in 68 milliseconds