Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/bsd_test/
Dnetx_bsd_tcp_basic_nonblocking_test.c228 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()
Dnetx_bsd_raw_basic_rx_nohdr_nonblocking_test.c152 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()
Dnetx_bsd_tcp_accept_nonblocking_timeout_test.c215 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()
Dnetx_bsd_tcp_accept_noselect_test.c213 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()
Dnetx_bsd_raw_basic_nonblocking_test.c145 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()
Dnetx_bsd_tcp_accept_nonblocking_test.c215 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()
Dnetx_bsd_udp_basic_nonblocking_test.c144 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/
Dnxd_bsd.h386 #define F_SETFL 4 /* Set a subset of file descrip… macro
Dnxd_bsd.c5434 if(flag_type == F_SETFL) in nx_bsd_fcntl()