Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
H A Dtest-tls-client-resume.js61 reconnect();
71 reconnect();
83 function reconnect() {
/third_party/mbedtls/programs/ssl/
H A Dssl_client2.c418 " reconnect=%%d number of reconnections using session resumption\n" \
512 int reconnect; /* attempt to resume session */ member
516 int reconnect_hard; /* unexpectedly reconnect from the same port */
960 opt.reconnect = DFL_RECONNECT; in main()
1196 } else if (strcmp(p, "reconnect") == 0) { in main()
1197 opt.reconnect = atoi(q); in main()
1198 if (opt.reconnect < 0 || opt.reconnect > 2) { in main()
2380 if (opt.reconnect != 0 && ssl.tls_version != MBEDTLS_SSL_VERSION_TLS1_3) { in main()
2633 goto reconnect; in main()
[all...]
/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Dext.h135 * Try to reconnect a lost cluster chain
137 int reconnect(struct fat_descriptor *, cl_t, size_t);
H A Ddir.c1066 * Try to reconnect a FAT chain into dir
1073 reconnect(struct fat_descriptor *fat, cl_t head, size_t length) in reconnect() function
H A Dfat.c1280 mod |= ret = reconnect(fat, head, in checklost()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa_i.h266 WPA_ASSERT(sm->ctx->reconnect); in wpa_sm_reconnect()
267 sm->ctx->reconnect(sm->ctx->ctx); in wpa_sm_reconnect()
H A Dwpa.h30 void (*reconnect)(void *ctx); member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dhostapd_cli.c71 " -r try to reconnect when client socket is " in usage()
1888 printf("Connection to hostapd lost - trying to reconnect\n"); in hostapd_cli_ping()
2071 int reconnect = 0; in main() local
2107 reconnect = 1; in main()
2151 if (!interactive && !reconnect) { in main()
2169 if (reconnect && action_file && ctrl_ifname) { in main()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dpreauth_test.c254 ctx->reconnect = _wpa_supplicant_reconnect; in wpa_init_conf()
H A Dwpa_cli.c58 static int reconnect = 0; variable
101 " -r = try to reconnect when client socket is disconnected.\n" in usage()
3704 "= disconnect and wait for reassociate/reconnect command before\n"
3706 { "reconnect", wpa_cli_cmd_reconnect, NULL,
4613 if (!reconnect) in wpa_cli_action_process()
4762 "reconnect\n"); in check_terminating()
4805 "reconnect\n"); in wpa_cli_recv_pending()
4806 if (reconnect) { in wpa_cli_recv_pending()
4826 "reconnect\n"); in wpa_cli_ping()
5157 if (reconnect) in wpa_cli_terminate()
[all...]
H A Dibss_rsn.c242 ctx->reconnect = supp_reconnect; in ibss_rsn_supp_init()
H A Dwpas_glue.c1421 ctx->reconnect = _wpa_supplicant_reconnect; in wpa_supplicant_init_wpa()
/third_party/node/deps/openssl/openssl/apps/
H A Ds_client.c553 {"reconnect", OPT_RECONNECT, '-',
821 int reconnect = 0, verify = SSL_VERIFY_NONE, vpmtouched = 0; in s_client_main() local
1307 reconnect = 5; in s_client_main()
2751 if (!reconnect) in s_client_main()
2755 if (reconnect) { in s_client_main()
2756 reconnect--; in s_client_main()
2758 "drop connection and then reconnect\n"); in s_client_main()
/third_party/openssl/apps/
H A Ds_client.c553 {"reconnect", OPT_RECONNECT, '-',
821 int reconnect = 0, verify = SSL_VERIFY_NONE, vpmtouched = 0; in s_client_main() local
1307 reconnect = 5; in s_client_main()
2751 if (!reconnect) in s_client_main()
2755 if (reconnect) { in s_client_main()
2756 reconnect--; in s_client_main()
2758 "drop connection and then reconnect\n"); in s_client_main()
/third_party/ffmpeg/libavformat/
H A Dhttp.c122 int reconnect; member
171 { "reconnect", "auto reconnect after disconnect before EOF", OFFSET(reconnect), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, D },
172 { "reconnect_at_eof", "auto reconnect at EOF", OFFSET(reconnect_at_eof), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, D },
173 { "reconnect_on_network_error", "auto reconnect in case of tcp/tls error during connect", OFFSET(reconnect_on_network_error), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, D },
174 { "reconnect_on_http_error", "list of http status codes to reconnect on", OFFSET(reconnect_on_http_error), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, D },
175 { "reconnect_streamed", "auto reconnect streamed / non seekable streams", OFFSET(reconnect_streamed), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, D },
176 { "reconnect_delay_max", "max reconnect delay in seconds after which to give up", OFFSET(reconnect_delay_max), AV_OPT_TYPE_INT, { .i64 = 120 }, 0, UINT_MAX/1000/1000, D },
386 av_log(h, AV_LOG_WARNING, "Will reconnect a in http_open_cnx()
[all...]
H A Drtmpproto.c2665 reconnect: in rtmp_open()
2837 goto reconnect; in rtmp_open()
/third_party/node/lib/internal/debugger/
H A Dinspect_repl.js74 run, restart, r Run the application or reconnect

Completed in 47 milliseconds