Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dssh-keyscan.c597 struct timespec seltime, now; in conloop() local
605 timespecsub(&c->c_ts, &now, &seltime); in conloop()
607 timespecclear(&seltime); in conloop()
609 while (ppoll(read_wait, maxfd, &seltime, NULL) == -1) { in conloop()