OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next_timeout_msec
(Results
1 - 1
of
1
) sorted by null
/external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c
269
int
next_timeout_msec
= 100;
local
301
next_timeout_msec
= 0;
315
next_timeout_msec
= 0;
331
eloop_register_timeout(next_timeout_sec,
next_timeout_msec
,
344
int
next_timeout_msec
;
local
357
next_timeout_msec
= (100 * (os_random() & 0xFF)) >> 8;
358
return eloop_register_timeout(0,
next_timeout_msec
,
390
int
next_timeout_msec
= 100;
local
432
next_timeout_sec,
next_timeout_msec
);
433
eloop_register_timeout(next_timeout_sec,
next_timeout_msec
,
459
int
next_timeout_msec
;
local
[
all
...]
Completed in 62 milliseconds