Searched refs:wfd (Results 1 – 1 of 1) sorted by relevance
1272 fd_set wfd; in wait_for_connect() local1276 FD_ZERO(&wfd); in wait_for_connect()1277 FD_SET(sd, &wfd); in wait_for_connect()1282 rc = select(FD_SETSIZE, NULL, &wfd, NULL, tv); in wait_for_connect()