Home
last modified time | relevance | path

Searched refs:ntry (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_dense_alloc_test.cpp35 for (int ntry = 0; ntry < 3; ntry++) { in TEST() local
/openbsd/usr.sbin/radiusd/
H A Dradiusd_radius.c75 u_int ntry; member
300 req->ntry = 0; in module_radius_access_request()
522 req->ntry++; in module_radius_req_send()
535 if (req->ntry < nitems(timeouts)) in module_radius_req_reset_event()
536 tv.tv_sec = timeouts[req->ntry]; in module_radius_req_reset_event()
557 if (req->module->max_tries <= req->ntry) { in module_radius_req_on_timeout()
559 "%d time%s", req->q_id, req->ntry, in module_radius_req_on_timeout()
560 (req->ntry > 0)? "s" : ""); in module_radius_req_on_timeout()
605 req->ntry = 0; in module_radius_req_select_server()
/openbsd/usr.sbin/npppd/npppd/
H A Dradius_req.c57 int ntry; member
245 lap->ntry = lap->max_tries; in radius_prepare_socket()
366 RADIUS_REQ_ASSERT(lap->ntry > 0); in radius_request0()
392 lap->ntry--; in radius_request0()
458 if (lap->ntry > 0) { in radius_request_io_event()
H A Dppp.h301 int ntry; member
327 int ntry; member
H A Dchap.c149 _this->ntry = CHAP_RETRY; in chap_init()
172 if (_this->ntry > 0) { in chap_start()
173 _this->ntry--; in chap_start()