OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_PROBE_TIMEOUT
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libevent/dist/
evdns.c
522
#define
MAX_PROBE_TIMEOUT
3600
527
for (i=ns->failed_times; i > 0 && timeout.tv_sec <
MAX_PROBE_TIMEOUT
; --i) {
535
if (timeout.tv_sec >
MAX_PROBE_TIMEOUT
) {
536
timeout.tv_sec =
MAX_PROBE_TIMEOUT
;
/src/external/bsd/ntp/dist/sntp/libevent/
evdns.c
520
#define
MAX_PROBE_TIMEOUT
3600
525
for (i=ns->failed_times; i > 0 && timeout.tv_sec <
MAX_PROBE_TIMEOUT
; --i) {
533
if (timeout.tv_sec >
MAX_PROBE_TIMEOUT
) {
534
timeout.tv_sec =
MAX_PROBE_TIMEOUT
;
Completed in 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026