Home
last modified time | relevance | path

Searched refs:ms_to_timeval (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dmisc.h76 void ms_to_timeval(struct timeval *, int);
Dpacket.c1369 ms_to_timeval(&timeout, ms_remain); in ssh_packet_read_seqnr()
2018 ms_to_timeval(&timeout, ms_remain); in ssh_packet_write_wait()
Dmisc.c1389 ms_to_timeval(struct timeval *tv, int ms) in ms_to_timeval() function