/third_party/node/test/parallel/ |
H A D | test-tls-client-resume.js | 61 reconnect(); 71 reconnect(); 83 function reconnect() {
|
/third_party/mbedtls/programs/ssl/ |
H A D | ssl_client2.c | 418 " 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 D | ext.h | 135 * Try to reconnect a lost cluster chain 137 int reconnect(struct fat_descriptor *, cl_t, size_t);
|
H A D | dir.c | 1066 * 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 D | fat.c | 1280 mod |= ret = reconnect(fat, head, in checklost()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | wpa_i.h | 266 WPA_ASSERT(sm->ctx->reconnect); in wpa_sm_reconnect() 267 sm->ctx->reconnect(sm->ctx->ctx); in wpa_sm_reconnect()
|
H A D | wpa.h | 30 void (*reconnect)(void *ctx); member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | hostapd_cli.c | 71 " -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 D | preauth_test.c | 254 ctx->reconnect = _wpa_supplicant_reconnect; in wpa_init_conf()
|
H A D | wpa_cli.c | 58 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 D | ibss_rsn.c | 242 ctx->reconnect = supp_reconnect; in ibss_rsn_supp_init()
|
H A D | wpas_glue.c | 1421 ctx->reconnect = _wpa_supplicant_reconnect; in wpa_supplicant_init_wpa()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_client.c | 553 {"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 D | s_client.c | 553 {"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 D | http.c | 122 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 D | rtmpproto.c | 2665 reconnect: in rtmp_open() 2837 goto reconnect; in rtmp_open()
|
/third_party/node/lib/internal/debugger/ |
H A D | inspect_repl.js | 74 run, restart, r Run the application or reconnect
|