reconnect
time_t reconnect;
reconnect = reconnect_min;
if (elapsed < reconnect) {
time_t left = reconnect - elapsed;
reconnect = reconnect_min;
reconnect += backoff;
if (reconnect > reconnect_max)
reconnect = reconnect_max;
reconnect = 5;
if (!reconnect)
if (reconnect) {
reconnect--;
int reconnect = 0, verify = SSL_VERIFY_NONE, vpmtouched = 0;
int reconnect(struct fat_descriptor *, cl_t, size_t);
mod |= ret = reconnect(fat, head,
if (reconnect)
if (reconnect)
if (reconnect)
reconnect = 1;
if (reconnect)
reconnect = 1;
if (reconnect)
reconnect = 1;
if (reconnect)
reconnect = 1;
reconnect = 0;
static int reconnect;
ATF_TC_WITHOUT_HEAD(reconnect);
ATF_TC_BODY(reconnect, tc)
ATF_TP_ADD_TC(tp, reconnect);
arg->cx->cfg.reconnect.max);
if (arg->cx->cfg.reconnect.timeout > 0)
prompt_Printf(arg->prompt, "%ds\n", arg->cx->cfg.reconnect.timeout);
arg->cx->cfg.reconnect.timeout = atoi(arg->argv[arg->argn]);
arg->cx->cfg.reconnect.max = atoi(arg->argv[arg->argn+1]);
dl->reconnect_tries = dl->cfg.reconnect.max;
datalink_StartDialTimer(dl, dl->cfg.reconnect.timeout);
dl->name, dl->cfg.reconnect.max - dl->reconnect_tries,
dl->cfg.reconnect.max);
dl->cfg.reconnect.max = 0;
dl->cfg.reconnect.timeout = RECONNECT_TIMEOUT;
dl->physical->type == PHYS_DIRECT ? 0 : dl->cfg.reconnect.max;
} reconnect;