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

/macosx-10.10/network_cmds-457/ping.tproj/
H A Dping.c122 #define FLOOD_BACKOFF 20000 /* usecs to back off if F_FLOOD mode */
143 #define F_FLOOD 0x0001 macro
352 options |= F_FLOOD;
669 if (options & F_FLOOD && options & F_INTERVAL)
672 if (options & F_FLOOD && IN_MULTICAST(ntohl(to->sin_addr.s_addr)))
930 if (options & F_FLOOD) {
1006 if (n == 0 || options & F_FLOOD) {
1150 if (options & F_FLOOD && errno == ENOBUFS) {
1162 if (!(options & F_QUIET) && options & F_FLOOD)
1253 if (options & F_FLOOD)
[all...]
/macosx-10.10/network_cmds-457/ping6.tproj/
H A Dping6.c186 #define F_FLOOD 0x0001 macro
468 options |= F_FLOOD;
787 if ((options & F_FLOOD) && (options & F_INTERVAL))
1219 if ((options & F_FLOOD) == 0) {
1270 if (options & F_FLOOD) {
1565 if (!(options & F_QUIET) && options & F_FLOOD)
1751 if (options & F_FLOOD)
1948 if (!(options & F_FLOOD)) {

Completed in 129 milliseconds