Searched refs:write_fd (Results 1 – 2 of 2) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/bsd_test/ |
| D | netx_bsd_tcp_basic_nonblocking_test.c | 429 fd_set write_fd; in test_tcp_client4() local 470 FD_ZERO(&write_fd); in test_tcp_client4() 471 FD_SET(sockfd, &write_fd); in test_tcp_client4() 473 ret = select(FD_SETSIZE, NULL, &write_fd, NULL, &tv); in test_tcp_client4() 478 else if(!FD_ISSET(sockfd, &write_fd)) in test_tcp_client4() 517 fd_set write_fd; in test_tcp_client6() local 562 FD_ZERO(&write_fd); in test_tcp_client6() 563 FD_SET(sockfd, &write_fd); in test_tcp_client6() 565 ret = select(sockfd + 1, NULL, &write_fd, NULL, &tv); in test_tcp_client6() 570 else if(!FD_ISSET(sockfd, &write_fd)) in test_tcp_client6() [all …]
|
| D | netx_bsd_ioctl_nonblocking_test.c | 563 fd_set write_fd; in test_tcp_client4() local 606 FD_ZERO(&write_fd); in test_tcp_client4() 607 FD_SET(sockfd, &write_fd); in test_tcp_client4() 609 ret = select(FD_SETSIZE, NULL, &write_fd, NULL, &tv); in test_tcp_client4() 614 else if(!FD_ISSET(sockfd, &write_fd)) in test_tcp_client4() 653 fd_set write_fd; in test_tcp_client6() local 699 FD_ZERO(&write_fd); in test_tcp_client6() 700 FD_SET(sockfd, &write_fd); in test_tcp_client6() 702 ret = select(sockfd + 1, NULL, &write_fd, NULL, &tv); in test_tcp_client6() 707 else if(!FD_ISSET(sockfd, &write_fd)) in test_tcp_client6() [all …]
|