Home
last modified time | relevance | path

Searched refs:reconnect (Results 1 – 25 of 55) sorted by relevance

123

/third_party/node/test/parallel/
Dtest-tls-client-resume.js61 reconnect();
72 reconnect();
84 function reconnect() { function
/third_party/mbedtls/programs/ssl/
Dssl_client2.c490 int reconnect; /* attempt to resume session */ member
857 opt.reconnect = DFL_RECONNECT; in main()
1048 opt.reconnect = atoi( q ); in main()
1049 if( opt.reconnect < 0 || opt.reconnect > 2 ) in main()
2288 if( opt.reconnect != 0 ) in main()
2621 goto reconnect; in main()
2932 reconnect: in main()
2933 if( opt.reconnect != 0 ) in main()
2935 --opt.reconnect; in main()
/third_party/FreeBSD/sbin/fsck_msdosfs/
Dext.h138 int reconnect(struct fat_descriptor *, cl_t, size_t);
Ddir.c1075 reconnect(struct fat_descriptor *fat, cl_t head, size_t length) in reconnect() function
Dfat.c1282 mod |= ret = reconnect(fat, head, in checklost()
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-spam/
DREADME.md25 Just run it, it will repeatedly connect and reconnect to libwebsockets.org
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dwpa_i.h253 WPA_ASSERT(sm->ctx->reconnect); in wpa_sm_reconnect()
254 sm->ctx->reconnect(sm->ctx->ctx); in wpa_sm_reconnect()
Dwpa.h30 void (*reconnect)(void *ctx); member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dhostapd_cli.c2071 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/
Dpreauth_test.c254 ctx->reconnect = _wpa_supplicant_reconnect; in wpa_init_conf()
Dwpa_cli.c55 static int reconnect = 0; variable
4349 if (!reconnect) in wpa_cli_action_process()
4542 if (reconnect) { in wpa_cli_recv_pending()
4893 if (reconnect) in wpa_cli_terminate()
5008 reconnect = 1; in main()
5035 if (reconnect && action_file && ctrl_ifname) { in main()
Dibss_rsn.c234 ctx->reconnect = supp_reconnect; in ibss_rsn_supp_init()
Dwpas_glue.c1393 ctx->reconnect = _wpa_supplicant_reconnect; in wpa_supplicant_init_wpa()
/third_party/openssl/apps/
Ds_client.c821 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()
/third_party/lwip/doc/
Dmqtt_client.txt73 /* Its more nice to be connected, so try to reconnect */
Dppp.txt164 /* ppp_close() was previously called, don't reconnect */
171 * Try to reconnect in 30 seconds, if you need a modem chatscript you have
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_wifi.js428 reconnect: function (...args) { method
/third_party/openssl/doc/man3/
DSSL_CTX_set_mode.pod95 To be set only by applications that reconnect with a downgraded protocol
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
DFlutterPluginAppLifeCycleDelegate.mm147 "To reconnect, launch your application again via 'flutter run'";
/third_party/ffmpeg/libavformat/
Dhttp.c117 int reconnect; member
164 …{ "reconnect", "auto reconnect after disconnect before EOF", OFFSET(reconnect), AV_OPT_TYPE_BOOL, …
1576 if (!(s->reconnect && s->filesize > 0 && s->off < s->filesize) && in http_read_stream()
/third_party/flutter/flutter/packages/fuchsia_remote_debug_protocol/lib/src/dart/
Ddart_vm.dart95 _log.info('Attempting to reconnect');
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_stream_consumer_gltexture.txt300 (texture), and then later reconnect the same stream to a different
/third_party/EGL/extensions/KHR/
DEGL_KHR_stream_consumer_gltexture.txt300 (texture), and then later reconnect the same stream to a different
/third_party/openssl/doc/man1/
Dopenssl-s_client.pod.in48 [B<-reconnect>]
399 =item B<-reconnect>
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgst-android-hardware-camera.c47 jmethodID reconnect; member
373 android_hardware_camera.reconnect = in _init_classes()
2588 android_hardware_camera.reconnect); in gst_ah_camera_reconnect()

123