OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_wait
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/libbind/dist/isc/
eventlib.c
157
evWait *this_wait, *
next_wait
;
local
195
this_wait =
next_wait
) {
196
next_wait
= this_wait->next;
203
this_wait =
next_wait
) {
204
next_wait
= this_wait->next;
eventlib.c
157
evWait *this_wait, *
next_wait
;
local
195
this_wait =
next_wait
) {
196
next_wait
= this_wait->next;
203
this_wait =
next_wait
) {
204
next_wait
= this_wait->next;
eventlib.c
157
evWait *this_wait, *
next_wait
;
local
195
this_wait =
next_wait
) {
196
next_wait
= this_wait->next;
203
this_wait =
next_wait
) {
204
next_wait
= this_wait->next;
/src/external/bsd/wpa/dist/src/radius/
radius_client.c
126
*
next_wait
- Next retransmission wait time in seconds
128
int
next_wait
;
member in struct:radius_msg_list
539
entry->next_try = now + entry->
next_wait
;
540
entry->
next_wait
*= 2;
541
if (entry->
next_wait
> RADIUS_CLIENT_MAX_WAIT)
542
entry->
next_wait
= RADIUS_CLIENT_MAX_WAIT;
752
entry->
next_wait
= RADIUS_CLIENT_FIRST_WAIT * 2;
753
if (entry->
next_wait
> RADIUS_CLIENT_MAX_WAIT)
754
entry->
next_wait
= RADIUS_CLIENT_MAX_WAIT;
1587
entry->
next_wait
= RADIUS_CLIENT_FIRST_WAIT * 2
[
all
...]
radius_client.c
126
*
next_wait
- Next retransmission wait time in seconds
128
int
next_wait
;
member in struct:radius_msg_list
539
entry->next_try = now + entry->
next_wait
;
540
entry->
next_wait
*= 2;
541
if (entry->
next_wait
> RADIUS_CLIENT_MAX_WAIT)
542
entry->
next_wait
= RADIUS_CLIENT_MAX_WAIT;
752
entry->
next_wait
= RADIUS_CLIENT_FIRST_WAIT * 2;
753
if (entry->
next_wait
> RADIUS_CLIENT_MAX_WAIT)
754
entry->
next_wait
= RADIUS_CLIENT_MAX_WAIT;
1587
entry->
next_wait
= RADIUS_CLIENT_FIRST_WAIT * 2
[
all
...]
radius_client.c
126
*
next_wait
- Next retransmission wait time in seconds
128
int
next_wait
;
member in struct:radius_msg_list
539
entry->next_try = now + entry->
next_wait
;
540
entry->
next_wait
*= 2;
541
if (entry->
next_wait
> RADIUS_CLIENT_MAX_WAIT)
542
entry->
next_wait
= RADIUS_CLIENT_MAX_WAIT;
752
entry->
next_wait
= RADIUS_CLIENT_FIRST_WAIT * 2;
753
if (entry->
next_wait
> RADIUS_CLIENT_MAX_WAIT)
754
entry->
next_wait
= RADIUS_CLIENT_MAX_WAIT;
1587
entry->
next_wait
= RADIUS_CLIENT_FIRST_WAIT * 2
[
all
...]
Completed in 67 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026