HomeSort by: relevance | last modified time | path
    Searched defs:F_FLOOD (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/ping/
ping.c 103 #define F_FLOOD 0x0008 /* flood-ping */
317 pingflags |= F_FLOOD;
453 interval = (pingflags & F_FLOOD) ? FLOOD_INTVL : 1.0;
454 if (pingflags & F_FLOOD && prog_getuid())
467 if ((pingflags & (F_AUDIBLE|F_FLOOD)) == (F_AUDIBLE|F_FLOOD))
764 (lastrcvd && (pingflags & F_FLOOD))) {
1011 if (pingflags & F_FLOOD)
1032 if (pingflags & F_FLOOD)
1184 if (!(pingflags & F_FLOOD))
    [all...]
  /src/sbin/ping6/
ping6.c 166 #define F_FLOOD 0x0001
393 options |= F_FLOOD;
658 if ((options & F_FLOOD) && (options & F_INTERVAL))
953 if ((sec <= 0.0001 && (options & F_FLOOD) == 0) ||
954 (lastrcvd && (options & F_FLOOD))) {
1179 if (!(options & F_QUIET) && options & F_FLOOD)
1374 if (options & F_FLOOD)
1563 if (!(options & F_FLOOD)) {

Completed in 147 milliseconds