Searched refs:retry (Results 1 - 6 of 6) sorted by relevance

/bionic/libc/dns/resolv/
H A Dres_data.c106 if (ores->retry != 0)
107 _nres.retry = ores->retry;
131 if (!_nres.retry)
132 _nres.retry = 4;
H A Dres_send.c504 for (try = 0; try < statp->retry; try++) {
552 try = statp->retry;
649 } /*foreach retry*/
988 retry:
1018 goto retry;
1144 retry:
1191 goto retry;
1207 goto retry;
1212 * Do not retry if the server do not understand EDNS0.
1240 goto retry;;
[all...]
H A Dres_init.c197 statp->retry = RES_DFLRETRY;
531 statp->retry = i;
533 statp->retry = RES_MAXRETRY;
536 printf(";;\tattempts=%d\n", statp->retry);
/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Dexec.c153 goto retry;
202 retry: (void)execve(bp, argv, envp);
228 * We used to retry here, but sh(1) doesn't.
/bionic/libc/dns/include/
H A Dresolv_private.h157 int retry; /* number of times to retransmit */ member in struct:__res_state
/bionic/libc/kernel/uapi/linux/
H A Dwireless.h445 struct iw_param retry; member in union:iwreq_data

Completed in 112 milliseconds