HomeSort by relevance Sort by last modified time
    Searched refs:F_FLOOD (Results 1 - 3 of 3) sorted by null

  /external/ping/
ping.c 186 options |= F_FLOOD;
393 if (!(options & F_QUIET) && (options & F_FLOOD)) {
450 if (options & F_FLOOD)
487 if ((options & F_FLOOD) && !(options & F_INTERVAL))
775 if (options & F_FLOOD) {
890 if (ntransmitted > 1 && (!interval || (options&(F_FLOOD|F_ADAPTIVE)))) {
1009 if (options & F_FLOOD)
1045 if (options & F_FLOOD) {
1209 if (options & F_FLOOD) {
1226 if ((options & F_FLOOD) && !(options & (F_VERBOSE|F_QUIET)))
    [all...]
ping_common.h 40 #define F_FLOOD 0x001
  /external/ping6/
ping6.c 174 #define F_FLOOD 0x0001
430 options |= F_FLOOD;
712 if ((options & F_FLOOD) && (options & F_INTERVAL))
1047 if ((options & F_FLOOD) == 0) {
1086 if (options & F_FLOOD) {
    [all...]

Completed in 233 milliseconds