OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 02 14:10:14 GMT 2025