Home
last modified time | relevance | path

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

12

/freebsd/sbin/ggate/ggatec/
H A Dggatec.c74 static int reconnect; variable
124 if (reconnect) in send_thread()
151 if (reconnect) in send_thread()
181 if (reconnect) in send_thread()
185 reconnect = 1; in send_thread()
193 if (reconnect) in send_thread()
198 reconnect = 1; in send_thread()
234 if (reconnect) in recv_thread()
241 reconnect = 1; in recv_thread()
269 if (reconnect) in recv_thread()
[all …]
/freebsd/contrib/netbsd-tests/rump/rumpkern/
H A Dt_sp.sh52 test_case reconnect reconnect
107 reconnect() function
128 atf_add_test_case reconnect
/freebsd/crypto/heimdal/lib/kadm5/
H A Dipropd_slave.c508 time_t reconnect; in main() local
606 reconnect = reconnect_min; in main()
615 if (elapsed < reconnect) { in main()
616 time_t left = reconnect - elapsed; in main()
627 reconnect = reconnect_min; in main()
731 reconnect += backoff; in main()
732 if (reconnect > reconnect_max) in main()
733 reconnect = reconnect_max; in main()
/freebsd/tools/regression/sockets/reconnect/
H A DMakefile4 PROG= reconnect
/freebsd/usr.sbin/ppp/
H A Ddatalink.c135 dl->reconnect_tries = dl->cfg.reconnect.max; in datalink_HangupDone()
170 datalink_StartDialTimer(dl, dl->cfg.reconnect.timeout); in datalink_HangupDone()
175 dl->name, dl->cfg.reconnect.max - dl->reconnect_tries, in datalink_HangupDone()
176 dl->cfg.reconnect.max); in datalink_HangupDone()
835 dl->cfg.reconnect.max = 0; in datalink_Create()
836 dl->cfg.reconnect.timeout = RECONNECT_TIMEOUT; in datalink_Create()
977 dl->physical->type == PHYS_DIRECT ? 0 : dl->cfg.reconnect.max; in datalink_Up()
1102 arg->cx->cfg.reconnect.max); in datalink_Show()
1103 if (arg->cx->cfg.reconnect.timeout > 0) in datalink_Show()
1104 prompt_Printf(arg->prompt, "%ds\n", arg->cx->cfg.reconnect.timeout); in datalink_Show()
[all …]
H A Ddatalink.h87 } reconnect; member
H A DREADME.changes85 o `show reconnect' and `show redial' are part of `show link'
/freebsd/contrib/bearssl/tools/
H A Dtwrch.c272 int reconnect; in do_twrch() local
297 reconnect = 0; in do_twrch()
939 if (count == 0 && reconnect) { in do_twrch()
940 reconnect = 0; in do_twrch()
996 reconnect = 1; in do_twrch()
/freebsd/sbin/fsck_msdosfs/
H A Dext.h137 int reconnect(struct fat_descriptor *, cl_t, size_t);
H A Dfat.c1280 mod |= ret = reconnect(fat, head, in checklost()
H A Ddir.c1086 reconnect(struct fat_descriptor *fat, cl_t head, size_t length) in reconnect() function
/freebsd/sbin/nvmecontrol/
H A DMakefile24 SRCS+= reconnect.c
/freebsd/contrib/wpa/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.h32 void (*reconnect)(void *ctx); member
/freebsd/contrib/wpa/hostapd/
H A Dhostapd_cli.c2214 int reconnect = 0; in main() local
2250 reconnect = 1; in main()
2294 if (!interactive && !reconnect) { in main()
2314 if (reconnect && action_file && ctrl_ifname) { in main()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dpreauth_test.c255 ctx->reconnect = _wpa_supplicant_reconnect; in wpa_init_conf()
H A Dwpa_cli.c55 static int reconnect = 0; variable
4453 if (!reconnect) in wpa_cli_action_process()
4646 if (reconnect) { in wpa_cli_recv_pending()
4997 if (reconnect) in wpa_cli_terminate()
5112 reconnect = 1; in main()
5139 if (reconnect && action_file && ctrl_ifname) { in main()
H A Dibss_rsn.c235 ctx->reconnect = supp_reconnect; in ibss_rsn_supp_init()
H A Dwpas_glue.c1455 ctx->reconnect = _wpa_supplicant_reconnect; in wpa_supplicant_init_wpa()
/freebsd/crypto/openssl/apps/
H A 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()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_mode.pod95 To be set only by applications that reconnect with a downgraded protocol
/freebsd/contrib/smbfs/
H A DHISTORY53 possible deadlocks during reconnect operations.
/freebsd/share/examples/ppp/
H A Dppp.conf.sample132 set reconnect 3 5
213 # For noisy lines, we may want to reconnect (up to 20 times) after loss
216 set reconnect 3 20
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-s_client.pod.in48 [B<-reconnect>]
410 =item B<-reconnect>
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsdm845-cheza.dtsi939 * each case you end up forcing to disconnect/reconnect an in-use

12