Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dmisc.c309 waitfd(int fd, int *timeoutp, short events) in waitfd() function
342 return waitfd(fd, timeoutp, POLLIN); in waitrfd()
376 if (waitfd(sockfd, timeoutp, POLLIN | POLLOUT) == -1) in timeout_connect()