Searched refs:F_SETFL (Results 1 – 9 of 9) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/bsd_test/ |
| D | netx_bsd_tcp_basic_nonblocking_test.c | 228 if(fcntl(sockfd, F_SETFL, O_NONBLOCK) < 0) in test_tcp_server4() 275 if(fcntl(sockfd, F_SETFL, O_NONBLOCK) < 0) in test_tcp_server4() 333 if(fcntl(sockfd, F_SETFL, O_NONBLOCK) < 0) in test_tcp_server6() 387 if(fcntl(sockfd, F_SETFL, O_NONBLOCK) < 0) in test_tcp_server6() 439 if(fcntl(sockfd, F_SETFL, O_NONBLOCK) < 0) in test_tcp_client4() 527 if(fcntl(sockfd, F_SETFL, O_NONBLOCK) < 0) in test_tcp_client6() 702 if(fcntl(sockfd, F_SETFL, O_NONBLOCK) < 0) in ntest_0_entry() 774 if(fcntl(sockfd, F_SETFL, O_NONBLOCK) < 0) in ntest_0_entry()
|
| D | netx_bsd_raw_basic_rx_nohdr_nonblocking_test.c | 152 if(fcntl(sockfd, F_SETFL, O_NONBLOCK) < 0) in test_raw_server4() 234 if(fcntl(sockfd, F_SETFL, O_NONBLOCK) < 0) in test_raw_server_ipv6()
|
| D | netx_bsd_tcp_accept_nonblocking_timeout_test.c | 215 if(fcntl(sockfd, F_SETFL, O_NONBLOCK) < 0) in test_tcp_server4() 264 if(fcntl(sockfd, F_SETFL, O_NONBLOCK) < 0) in test_tcp_server4()
|
| D | netx_bsd_tcp_accept_noselect_test.c | 213 if(fcntl(sockfd, F_SETFL, O_NONBLOCK) < 0) in test_tcp_server4() 246 if(fcntl(newsock, F_SETFL, O_NONBLOCK) < 0) in test_tcp_server4()
|
| D | netx_bsd_raw_basic_nonblocking_test.c | 145 if(fcntl(sockfd, F_SETFL, O_NONBLOCK) < 0) in test_raw_server4() 226 if(fcntl(sockfd, F_SETFL, O_NONBLOCK) < 0) in test_raw_server_ipv6()
|
| D | netx_bsd_tcp_accept_nonblocking_test.c | 215 if(fcntl(sockfd, F_SETFL, O_NONBLOCK) < 0) in test_tcp_server4() 264 if(fcntl(sockfd, F_SETFL, O_NONBLOCK) < 0) in test_tcp_server4()
|
| D | netx_bsd_udp_basic_nonblocking_test.c | 144 if(fcntl(sockfd, F_SETFL, O_NONBLOCK) < 0) in test_udp_server6() 231 if(fcntl(sockfd, F_SETFL, O_NONBLOCK) < 0) in test_udp_server4()
|
| /NetX-Duo-v6.2.1/addons/BSD/ |
| D | nxd_bsd.h | 386 #define F_SETFL 4 /* Set a subset of file descrip… macro
|
| D | nxd_bsd.c | 5434 if(flag_type == F_SETFL) in nx_bsd_fcntl()
|