OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ms_to_timeval
(Results
1 - 4
of
4
) sorted by null
/external/openssh/
misc.h
37
void
ms_to_timeval
(struct timeval *, int);
sshconnect.c
273
ms_to_timeval
(&tv, *timeoutp);
459
ms_to_timeval
(&t_remaining, remaining);
[
all
...]
packet.c
1072
ms_to_timeval
(&timeout, ms_remain);
[
all
...]
misc.c
850
ms_to_timeval
(struct timeval *tv, int ms)
function
Completed in 907 milliseconds