Searched refs:attempts (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/lib/lwres/
H A Dlwconfig.c233 confdata->attempts = 0;
287 confdata->attempts = 0;
562 long attempts; local
594 } else if (strncmp("attempts:", word, 9) == 0) {
595 attempts = strtol(word + 9, &p, 10);
598 if (attempts < 0) /* Out of range. */
600 confdata->attempts = (lwres_int32_t)attempts;
778 if (confdata->attempts)
779 fprintf(fp, "options attempts
[all...]
/bind-9.11.3/lib/lwres/include/lwres/
H A Dlwres.h238 lwres_int32_t attempts; /*%< set to n in 'options attempts:n' */ member in struct:__anon322
/bind-9.11.3/lib/isc/unix/
H A Dsocket.c2061 int attempts = 0; local
2080 if (send_errno == EINTR && ++attempts < NRETRIES)
/bind-9.11.3/bin/dig/
H A Ddighost.c1484 if (lwconf->attempts) {
1485 tries = lwconf->attempts + 1;

Completed in 68 milliseconds