OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:update_timeout
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/wpa/dist/src/ap/
bss_load.c
24
unsigned int
update_timeout
;
local
33
update_timeout
= update_period * beacon_int;
35
*sec = ((
update_timeout
/ 1000) * 1024) / 1000;
36
*usec = (
update_timeout
% 1000) * 1024;
/src/external/mpl/dhcp/bind/dist/lib/dns/
client.c
102
unsigned int
update_timeout
;
member in struct:dns_client
506
client->
update_timeout
= DEF_UPDATE_TIMEOUT;
1896
timeout = client->
update_timeout
/ uctx->nservers;
1955
timeout = client->
update_timeout
/ uctx->nservers;
Completed in 28 milliseconds
Indexes created Mon May 25 00:24:39 UTC 2026