Home
last modified time | relevance | path

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

/iperf/src/
H A Dnet.c83 struct pollfd pfd; in timeout_connect() local
96 pfd.fd = s; in timeout_connect()
97 pfd.events = POLLOUT; in timeout_connect()
98 if ((ret = poll(&pfd, 1, timeout)) == 1) { in timeout_connect()