Searched refs:os_time_t (Results 1 - 17 of 17) sorted by relevance

/freebsd-11.0-release/contrib/wpa/src/utils/
H A Dos_none.c18 void os_sleep(os_time_t sec, os_time_t usec)
36 os_time_t *t)
41 int os_gmtime(os_time_t t, struct os_tm *tm)
H A Dos_win32.c17 void os_sleep(os_time_t sec, os_time_t usec)
44 t->sec = (os_time_t) (tt / 1000000);
45 t->usec = (os_time_t) (tt % 1000000);
63 os_time_t *t)
67 os_time_t tz_offset;
97 *t = (os_time_t) t_local - tz_offset;
102 int os_gmtime(os_time_t t, struct os_tm *tm)
H A Dos.h12 typedef long os_time_t; typedef
19 void os_sleep(os_time_t sec, os_time_t usec);
22 os_time_t sec;
23 os_time_t usec;
27 os_time_t sec;
28 os_time_t usec;
101 os_time_t timeout_secs)
133 os_time_t *t);
144 int os_gmtime(os_time_t
[all...]
H A Dos_internal.c26 void os_sleep(os_time_t sec, os_time_t usec)
58 os_time_t *t)
75 *t = (os_time_t) mktime(&tm);
80 int os_gmtime(os_time_t t, struct os_tm *tm)
H A Dos_unix.c50 void os_sleep(os_time_t sec, os_time_t usec)
126 os_time_t *t)
130 os_time_t tz_offset;
160 *t = (os_time_t) t_local - tz_offset;
165 int os_gmtime(os_time_t t, struct os_tm *tm)
H A Deloop_win.c242 os_time_t now_sec;
H A Dutils_module_tests.c448 os_time_t t;
H A Deloop.c606 os_time_t now_sec;
/freebsd-11.0-release/contrib/wpa/src/tls/
H A Dx509v3.h55 os_time_t not_before;
56 os_time_t not_after;
H A Dx509v3.c541 os_time_t *val)
/freebsd-11.0-release/contrib/wpa/src/rsn_supp/
H A Dpmksa_cache.h20 os_time_t expiration;
24 os_time_t reauth_time;
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dpmksa_cache_auth.h22 os_time_t expiration;
H A Dwpa_auth_ft.c1533 os_time_t tsend;
/freebsd-11.0-release/contrib/wpa/src/wps/
H A Dwps_upnp_i.h147 os_time_t last_event_sec;
/freebsd-11.0-release/contrib/wpa/src/radius/
H A Dradius_client.c105 os_time_t first_try;
110 os_time_t next_try;
333 os_time_t now)
412 os_time_t first;
549 os_time_t first;
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dbss.c258 os_time_t usec;
/freebsd-11.0-release/contrib/wpa/src/eap_server/
H A Deap_server_fast.c129 os_time_t lifetime = 0;

Completed in 269 milliseconds