Searched refs:ms_to_timeval (Results 1 – 4 of 4) sorted by relevance
37 void ms_to_timeval(struct timeval *, int);
273 ms_to_timeval(&tv, *timeoutp); in timeout_connect()459 ms_to_timeval(&t_remaining, remaining); in ssh_exchange_identification()
1072 ms_to_timeval(&timeout, ms_remain); in packet_read_seqnr()1704 ms_to_timeval(&timeout, ms_remain); in packet_write_wait()
850 ms_to_timeval(struct timeval *tv, int ms) in ms_to_timeval() function