Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/samples/
Ddemo_bsd_udp.c175 if (status == ERROR) in thread_server_entry()
191 if (status == ERROR) in thread_server_entry()
225 if (sock_udp_1 == ERROR) in thread_client_entry()
249 if (status == ERROR) in thread_client_entry()
263 if (status == ERROR) in thread_client_entry()
284 if (status == ERROR) in thread_client_entry()
Ddemo_bsd_tcp.c283 if ( (status == ERROR) || (status == 0) ) in thread_server_entry()
329 if (status == ERROR) in thread_server_entry()
364 if (status == ERROR) in thread_server_entry()
377 if (status != ERROR) in thread_server_entry()
528 if (status == ERROR) in thread_client_entry()
556 if (status != ERROR) in thread_client_entry()
Ddemo_bsd_raw.c201 if (sock_raw == ERROR) in thread_0_entry()
299 if (sock_raw == ERROR) in thread_1_entry()
/NetX-Duo-v6.2.1/test/regression/bsd_test/
Dnetx_bsd_tcp_servers_share_port_test.c275 if ( (status == ERROR) || (status == 0) ) in thread_server_entry()
316 if (status == ERROR) in thread_server_entry()
348 if (status == ERROR) in thread_server_entry()
368 if (status == ERROR) in thread_server_entry()
389 if (status == ERROR) in thread_server_entry()
533 if ( (status == ERROR) || (status == 0) ) in thread_server6_entry()
576 if ((status == ERROR) || (status == 0)) in thread_server6_entry()
607 if (status == ERROR) in thread_server6_entry()
632 if (status == ERROR) in thread_server6_entry()
647 if (status == ERROR) in thread_server6_entry()
[all …]
Dnetx_bsd_tcp_servers_shared_port_test.c332 if (hcstatus == ERROR) in thread_server_entry()
338 if (hcstatus == ERROR) in thread_server_entry()
556 if (status == ERROR ) in HandleClient()
558 return(ERROR); in HandleClient()
565 return(ERROR); in HandleClient()
571 if (status == ERROR ) in HandleClient()
573 return(ERROR); in HandleClient()
Dnetx_bsd_tcp_clients_share_port_test.c617 if (sock6_tcp_client == ERROR) in thread_client6_entry()
625 if (status == ERROR) in thread_client6_entry()
635 if (status == ERROR) in thread_client6_entry()
695 if (status != ERROR) in thread_client6_entry()
775 if (status == ERROR) in thread_client_entry()
823 if (status == ERROR) in thread_client_entry()
Dnetx_bsd_tcp_clients_shared_port_test.c332 if (status == ERROR) in thread_client_entry()
341 if (status == ERROR ) in thread_client_entry()
346 if (status == ERROR) in thread_client_entry()
352 if (status == ERROR) in thread_client_entry()
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c1431 return(ERROR); in nx_bsd_connect()
1482 return(ERROR); in nx_bsd_connect()
1510 NX_BSD_ERROR(ERROR, __LINE__); in nx_bsd_connect()
1511 return(ERROR); in nx_bsd_connect()
3088 NX_BSD_ERROR(ERROR, __LINE__); in nx_bsd_accept()
3089 return(ERROR); in nx_bsd_accept()
4872 NX_BSD_ERROR(ERROR, __LINE__); in nx_bsd_recv_internal()
4873 return(ERROR); in nx_bsd_recv_internal()
7584 NX_BSD_ERROR(ERROR, __LINE__); in nx_bsd_getpeername()
7585 return(ERROR); in nx_bsd_getpeername()
[all …]
Dnxd_bsd.h337 #ifndef ERROR
338 #define ERROR NX_SOC_ERROR macro