Home
last modified time | relevance | path

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

/external/openssh/
Dmisc.c246 waitfd(int fd, int *timeoutp, short events) in waitfd() function
279 return waitfd(fd, timeoutp, POLLIN); in waitrfd()
308 if (waitfd(sockfd, timeoutp, POLLIN | POLLOUT) == -1) in timeout_connect()