Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dmisc.c309 waitfd(int fd, int *timeoutp, short events) in waitfd() argument
317 for (; *timeoutp >= 0;) { in waitfd()
319 r = poll(&pfd, 1, *timeoutp); in waitfd()
321 ms_subtract_diff(&t_start, timeoutp); in waitfd()
341 waitrfd(int fd, int *timeoutp) { in waitrfd() argument
342 return waitfd(fd, timeoutp, POLLIN); in waitrfd()
354 socklen_t addrlen, int *timeoutp) in timeout_connect() argument
360 if (timeoutp == NULL || *timeoutp <= 0) in timeout_connect()
376 if (waitfd(sockfd, timeoutp, POLLIN | POLLOUT) == -1) in timeout_connect()
H A Dssh-agent.c1869 prepare_poll(struct pollfd **pfdp, size_t *npfdp, int *timeoutp, u_int maxfds) in prepare_poll() argument
1936 *timeoutp = -1; /* INFTIM */ in prepare_poll()
1939 *timeoutp = INT_MAX / 1000; in prepare_poll()
1941 *timeoutp = deadline * 1000; in prepare_poll()