Home
last modified time | relevance | path

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

/tools/testing/selftests/net/
Dnettest.c1272 fd_set wfd; in wait_for_connect() local
1276 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()