HomeSort by relevance Sort by last modified time
    Searched refs:active_fds (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/network/stress/ns-tools/
ns-udpserver.c 344 fd_set active_fds; /* list of the active file descriptor */ local
351 active_fds = read_fds;
355 select_ret = select(max_read_fd + 1, &active_fds,
365 if (FD_ISSET(sock_fd, &active_fds))
ns-tcpserver.c 404 fd_set active_fds; /* list of the active file descriptor */ local
416 active_fds = read_fds;
421 &active_fds, NULL, NULL,
439 if (FD_ISSET(info_p->listen_sd, &active_fds)) {

Completed in 68 milliseconds