OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:F_ONCE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/ping/
ping.c
112
#define
F_ONCE
0x1000 /* exit(0) after receiving 1 reply */
353
pingflags |=
F_ONCE
;
820
&& (nreceived == 0 || !(pingflags &
F_ONCE
)));
/src/sbin/ping6/
ping6.c
183
#define
F_ONCE
0x200000
468
options |=
F_ONCE
;
1027
if (nreceived != 0 && (options &
F_ONCE
))
Completed in 13 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025