Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dmisc.c293 waitfd(int fd, int *timeoutp, short events, volatile sig_atomic_t *stop) in waitfd() function
345 return waitfd(fd, timeoutp, POLLIN, stop); in waitrfd()
379 if (waitfd(sockfd, timeoutp, POLLIN | POLLOUT, NULL) == -1) in timeout_connect()