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

/freebsd-10.2-release/tools/regression/sockets/reconnect/
H A DMakefile2 # $FreeBSD: releng/10.2/tools/regression/sockets/reconnect/Makefile 281974 2015-04-25 05:31:52Z ngie $
5 PROG= reconnect
/freebsd-10.2-release/contrib/netbsd-tests/rump/rumpkern/
H A Dt_sp.sh52 test_case reconnect reconnect
106 reconnect() function
127 atf_add_test_case reconnect
/freebsd-10.2-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.2-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.c685 mod |= ret = reconnect(dosfs, boot, fat, head);
H A Ddir.c918 * Try to reconnect a FAT chain into dir
925 reconnect(int dosfs, struct bootblock *boot, struct fatEntry *fat, cl_t head) function
/freebsd-10.2-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.2-release/usr.sbin/ppp/
H A Ddatalink.h86 int timeout; /* Timeout before reconnect on carrier loss */
87 } reconnect; member in struct:datalink::__anon12433
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.2-release/crypto/openssl/crypto/threads/
H A Dmttest.c138 int reconnect = 0; variable
173 BIO_printf(bio_err, " -reconnect - reuse session-id's\n");
207 else if (strcmp(*argv, "-reconnect") == 0)
208 reconnect = 1;
359 if (reconnect) {
385 if (reconnect) {
/freebsd-10.2-release/crypto/openssl/apps/
H A Ds_client.c328 " -reconnect - Drop and re-make the connection with the same Session-ID\n");
642 int reconnect = 0, badop = 0, verify = SSL_VERIFY_NONE, bugs = 0; local
889 } else if (strcmp(*argv, "-reconnect") == 0) {
890 reconnect = 5;
1528 if (reconnect) {
1529 reconnect--;
1531 "drop connection and then reconnect\n");
/freebsd-10.2-release/contrib/sendmail/src/
H A Ddeliver.c2908 reconnect: /* after switching to an encrypted connection */
3120 goto reconnect;
3175 goto reconnect;

Completed in 143 milliseconds