Home | History | Annotate | Download | only in dropbear

Lines Matching refs:timeout

123 	struct timeval timeout;
129 timeout.tv_sec = SELECT_TIMEOUT;
130 timeout.tv_usec = 0;
149 val = select(ses.maxfd+1, &readfd, &writefd, NULL, &timeout);
176 /* check for auth timeout, rekeying required etc */
289 struct timeval timeout;
306 timeout.tv_sec = 1;
307 timeout.tv_usec = 0;
308 if (select(fd+1, &fds, NULL, NULL, &timeout) < 0) {
369 dropbear_close("Timeout before auth");
380 TRACE(("rekeying after timeout or max data reached"))