Home
last modified time | relevance | path

Searched refs:tv_sec (Results 1 – 4 of 4) sorted by relevance

/external/platform/pico/rp2_common/pico_runtime/
A Druntime.c224 tv->tv_sec = (time_t)(us_since_epoch / 1000000); in _gettimeofday()
232 int64_t us_since_epoch = tv->tv_sec * 1000000 + tv->tv_usec; in settimeofday()
/external/lib/lwip/include/lwip/
A Dsockets.h314 long tv_sec; /* seconds */ member
/external/lib/lwip/api/
A Dsockets.c1102 timeout ? (s32_t)timeout->tv_sec : (s32_t)-1,
1111 if (timeout && timeout->tv_sec == 0 && timeout->tv_usec == 0) {
1174 msectimeout = ((timeout->tv_sec * 1000) + ((timeout->tv_usec + 500)/1000));
/external/lib/lwip/netif/ppp/
A Dppp_oe.c1021 sc->sc_session = mono_time.tv_sec % 0xff + 1; in pppoe_send_pads()

Completed in 19 milliseconds