Searched refs:reconnect (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/tools/regression/sockets/reconnect/
H A DMakefile5 PROG= reconnect
/freebsd-10.0-release/sbin/ggate/ggatec/
H A Dggatec.c73 static int reconnect; variable
113 if (reconnect)
135 if (reconnect)
155 if (reconnect)
159 reconnect = 1;
167 if (reconnect)
171 reconnect = 1;
199 if (reconnect)
206 reconnect = 1;
221 if (reconnect)
[all...]
/freebsd-10.0-release/sbin/fsck_msdosfs/
H A Dext.h125 * Try to reconnect a lost cluster chain
127 int reconnect(int, struct bootblock *, struct fatEntry *, cl_t);
H A Dfat.c668 mod |= ret = reconnect(dosfs, boot, fat, head);
H A Ddir.c917 * Try to reconnect a FAT chain into dir
924 reconnect(int dosfs, struct bootblock *boot, struct fatEntry *fat, cl_t head) function
/freebsd-10.0-release/crypto/heimdal/lib/kadm5/
H A Dipropd_slave.c508 time_t reconnect; local
600 krb5_appdefault_time(context, config_name, NULL, "reconnect-min",
602 krb5_appdefault_time(context, config_name, NULL, "reconnect-max",
604 krb5_appdefault_time(context, config_name, NULL, "reconnect-backoff",
606 reconnect = reconnect_min;
615 if (elapsed < reconnect) {
616 time_t left = reconnect - elapsed;
627 reconnect = reconnect_min;
731 reconnect += backoff;
732 if (reconnect > reconnect_ma
[all...]
/freebsd-10.0-release/usr.sbin/ppp/
H A Ddatalink.h86 int timeout; /* Timeout before reconnect on carrier loss */
87 } reconnect; member in struct:datalink::__anon11681
H A Ddatalink.c135 dl->reconnect_tries = dl->cfg.reconnect.max;
170 datalink_StartDialTimer(dl, dl->cfg.reconnect.timeout);
175 dl->name, dl->cfg.reconnect.max - dl->reconnect_tries,
176 dl->cfg.reconnect.max);
835 dl->cfg.reconnect.max = 0;
836 dl->cfg.reconnect.timeout = RECONNECT_TIMEOUT;
977 dl->physical->type == PHYS_DIRECT ? 0 : dl->cfg.reconnect.max;
1102 arg->cx->cfg.reconnect.max);
1103 if (arg->cx->cfg.reconnect.timeout > 0)
1104 prompt_Printf(arg->prompt, "%ds\n", arg->cx->cfg.reconnect
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/threads/
H A Dmttest.c145 int reconnect=0; variable
179 fprintf(stderr," -reconnect - reuse session-id's\n");
214 else if (strcmp(*argv,"-reconnect") == 0)
215 reconnect=1;
379 if (reconnect)
408 if (reconnect)
/freebsd-10.0-release/share/examples/ppp/
H A Dppp.conf.sample133 set reconnect 3 5
214 # For noisy lines, we may want to reconnect (up to 20 times) after loss
217 set reconnect 3 20
/freebsd-10.0-release/crypto/openssl/apps/
H A Ds_client.c302 BIO_printf(bio_err," -reconnect - Drop and re-make the connection with the same Session-ID\n");
584 int reconnect=0,badop=0,verify=SSL_VERIFY_NONE,bugs=0; local
859 else if (strcmp(*argv,"-reconnect") == 0)
861 reconnect=5;
1575 if (reconnect)
1577 reconnect--;
1578 BIO_printf(bio_c_out,"drop connection and then reconnect\n");
/freebsd-10.0-release/contrib/sendmail/src/
H A Ddeliver.c2904 reconnect: /* after switching to an encrypted connection */
3116 goto reconnect;
3171 goto reconnect;

Completed in 214 milliseconds