HomeSort by relevance Sort by last modified time
    Searched defs:timeouts (Results 1 - 2 of 2) sorted by null

  /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 103 milliseconds