OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timeouts
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/serial/
serial_connection_win.cc
165
COMMTIMEOUTS
timeouts
= { 0 };
local
166
timeouts
.ReadIntervalTimeout = MAXDWORD;
167
if (!::SetCommTimeouts(file_, &
timeouts
)) {
/external/dhcpcd/
eloop.c
56
} *
timeouts
;
variable in typeref:struct:timeout
128
for (t =
timeouts
; t; t = t->next) {
133
timeouts
= t->next;
158
if (!
timeouts
|| timercmp(&t->when, &
timeouts
->when, <)) {
159
t->next =
timeouts
;
160
timeouts
= t;
163
for (tt =
timeouts
; tt->next; tt = tt->next)
183
/* This deletes all
timeouts
for the interface EXCEPT for ones with the
193
for (t =
timeouts
; t && (tt = t->next, 1); t = tt)
[
all
...]
/external/wpa_supplicant_8/src/radius/
radius_client.h
102
*
timeouts
- radiusAuthClientTimeouts or radiusAccClientTimeouts
104
u32
timeouts
;
member in struct:hostapd_radius_server
Completed in 132 milliseconds