Searched refs:ms_to_timeval (Results 1 – 3 of 3) sorted by relevance
76 void ms_to_timeval(struct timeval *, int);
1369 ms_to_timeval(&timeout, ms_remain); in ssh_packet_read_seqnr()2018 ms_to_timeval(&timeout, ms_remain); in ssh_packet_write_wait()
1389 ms_to_timeval(struct timeval *tv, int ms) in ms_to_timeval() function