Searched refs:tv_sec (Results 1 – 3 of 3) sorted by relevance
314 long tv_sec; /* seconds */ member
1102 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));
1021 sc->sc_session = mono_time.tv_sec % 0xff + 1; in pppoe_send_pads()
Completed in 8 milliseconds