Home
last modified time | relevance | path

Searched refs:ms_to_timespec (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssh/
H A Dmisc.h86 void ms_to_timespec(struct timespec *, int);
H A Dpacket.c1377 ms_to_timespec(&timespec, ms_remain); in ssh_packet_read_seqnr()
2057 ms_to_timespec(&timespec, ms_remain); in ssh_packet_write_wait()
H A Dssh_namespace.h430 #define ms_to_timespec Fssh_ms_to_timespec macro
H A Dclientloop.c653 ms_to_timespec(&tmp, SSH_KEYSTROKE_CHAFF_MIN_MS + in obfuscate_keystroke_timing()
H A Dmisc.c1679 ms_to_timespec(struct timespec *ts, int ms) in ms_to_timespec() function