Searched refs:max_tries (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/cmd/zed/ |
H A D | zed.c | 101 const int max_tries = 10; in _lock_memory() local 103 for (i = 0; i < max_tries; i++) { in _lock_memory()
|
/freebsd/lib/libradius/ |
H A D | radlib_private.h | 70 int max_tries; /* Number of tries before giving up */ member
|
H A D | radlib.c | 466 srvp->max_tries = tries; in rad_add_server_ex() 716 if (h->servers[h->srv].num_tries >= h->servers[h->srv].max_tries) { in rad_continue_send_request()
|
/freebsd/crypto/heimdal/appl/login/ |
H A D | login.c | 567 int max_tries = 5; in main() local 639 for(try = 0; try < max_tries; try++){ in main()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | dpp_hostapd.c | 194 unsigned int wait_time, max_tries; in hostapd_dpp_auth_resp_retry() local 200 max_tries = hapd->dpp_resp_max_tries; in hostapd_dpp_auth_resp_retry() 202 max_tries = 5; in hostapd_dpp_auth_resp_retry() 204 if (auth->auth_resp_tries >= max_tries) { in hostapd_dpp_auth_resp_retry() 731 unsigned int wait_time, max_wait_time, freq, max_tries, used; in hostapd_dpp_auth_init_next() local 743 max_tries = hapd->dpp_init_max_tries; in hostapd_dpp_auth_init_next() 745 max_tries = 5; in hostapd_dpp_auth_init_next() 746 if (auth->num_freq_iters >= max_tries || auth->auth_req_ack) { in hostapd_dpp_auth_init_next()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | dpp_supplicant.c | 218 unsigned int wait_time, max_tries; in wpas_dpp_auth_resp_retry() local 224 max_tries = wpa_s->dpp_resp_max_tries; in wpas_dpp_auth_resp_retry() 226 max_tries = 5; in wpas_dpp_auth_resp_retry() 228 if (auth->auth_resp_tries >= max_tries) { in wpas_dpp_auth_resp_retry() 743 unsigned int wait_time, max_wait_time, freq, max_tries, used; in wpas_dpp_auth_init_next() local 758 max_tries = wpa_s->dpp_init_max_tries; in wpas_dpp_auth_init_next() 760 max_tries = 5; in wpas_dpp_auth_init_next() 761 if (auth->num_freq_iters >= max_tries || auth->auth_req_ack) { in wpas_dpp_auth_init_next()
|