Searched refs:pfd (Results 1 – 1 of 1) sorted by relevance
83 struct pollfd pfd; in timeout_connect() local96 pfd.fd = s; in timeout_connect()97 pfd.events = POLLOUT; in timeout_connect()98 if ((ret = poll(&pfd, 1, timeout)) == 1) { in timeout_connect()