Searched refs:O_NONBLOCK (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 | 387 #define O_NONBLOCK 0x4000 /* Option to enable non blockin… macro
|
| D | nxd_bsd.c | 5441 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()
|