Home
last modified time | relevance | path

Searched refs:retry_max (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/
H A Dhttp-internal.h82 int retry_max; /* maximum number of retries */ member
H A Dhttp.c1407 if (evcon->retry_max < 0 || evcon->retry_cnt < evcon->retry_max) { in evhttp_connection_cb_cleanup()
2398 evcon->retry_cnt = evcon->retry_max = 0; in evhttp_connection_base_bufferevent_new()
2536 int retry_max) in evhttp_connection_set_retries() argument
2538 evcon->retry_max = retry_max; in evhttp_connection_set_retries()
/freebsd/contrib/libevent/
H A Dhttp-internal.h82 int retry_max; /* maximum number of retries */ member
H A Dhttp.c1407 if (evcon->retry_max < 0 || evcon->retry_cnt < evcon->retry_max) { in evhttp_connection_cb_cleanup()
2398 evcon->retry_cnt = evcon->retry_max = 0; in evhttp_connection_base_bufferevent_new()
2536 int retry_max) in evhttp_connection_set_retries() argument
2538 evcon->retry_max = retry_max; in evhttp_connection_set_retries()
/freebsd/usr.sbin/dconschat/
H A Ddconschat.c936 int retry_max = retry_unit_offline / retry_unit; in dconschat_start_session() local
942 if (retry > retry_max) in dconschat_start_session()
945 printf("%d/%d ", retry, retry_max); in dconschat_start_session()
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h756 int retry_max);
/freebsd/contrib/libevent/include/event2/
H A Dhttp.h756 int retry_max);
/freebsd/sys/dev/ice/
H A Dice_common.c3896 int retry_count, retry_max = 10; in ice_aq_set_mac_loopback()
3913 for (retry_count = 0; retry_count < retry_max; retry_count++) {
3595 int retry_count, retry_max = 10; ice_set_fc() local