Home
last modified time | relevance | path

Searched refs:O_NONBLOCK (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.h387 #define O_NONBLOCK 0x4000 /* Option to enable non blockin… macro
Dnxd_bsd.c5441 if ((f_options & O_NONBLOCK) == 0) in nx_bsd_fcntl()
5651 bsd_socket_ptr -> nx_bsd_file_descriptor_flags &= ~O_NONBLOCK; in nx_bsd_ioctl()
5660 bsd_socket_ptr -> nx_bsd_file_descriptor_flags |= O_NONBLOCK; in nx_bsd_ioctl()