Searched defs:reconnect (Results 1 - 7 of 7) sorted by relevance

/external/bluetooth/bluez/compat/
H A Ddund.c308 int reconnect = 0; local
312 if (reconnect)
314 reconnect = 1;
H A Dpand.c422 int reconnect = 0; local
426 if (reconnect)
428 reconnect = 1;
/external/fsck_msdos/
H A Ddir.c1010 * Try to reconnect a FAT chain into dir
1017 reconnect(int dosfs, struct bootblock *boot, struct fatEntry *fat, cl_t head) function
/external/kernel-headers/original/linux/
H A Dserio.h66 int (*reconnect)(struct serio *); member in struct:serio_driver
/external/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)
/external/openssl/apps/
H A Ds_client.c295 BIO_printf(bio_err," -reconnect - Drop and re-make the connection with the same Session-ID\n");
439 int reconnect=0,badop=0,verify=SSL_VERIFY_NONE,bugs=0; local
676 else if (strcmp(*argv,"-reconnect") == 0)
678 reconnect=5;
1335 if (reconnect)
1337 reconnect--;
1338 BIO_printf(bio_c_out,"drop connection and then reconnect\n");
/external/bluetooth/bluez/tools/
H A Dsdptool.c2417 uint8_t virtual_cable = 0, reconnect = 1, sdp_disable = 0; local
2514 SDP_BOOL, &reconnect);

Completed in 174 milliseconds