Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-sita.c921 fd_set w_fds; in acn_read_n_bytes_with_timeout() local
932 memcpy(&w_fds, &r_fds, sizeof(r_fds)); in acn_read_n_bytes_with_timeout()
935 retval = select(fd + 1, &w_fds, NULL, NULL, &tv); in acn_read_n_bytes_with_timeout()