Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-sita.c928 fd_set w_fds; in acn_read_n_bytes_with_timeout() local
939 memcpy(&w_fds, &r_fds, sizeof(r_fds)); in acn_read_n_bytes_with_timeout()
942 retval = select(fd + 1, &w_fds, NULL, NULL, &tv); in acn_read_n_bytes_with_timeout()