Home
last modified time | relevance | path

Searched refs:nx_tcp_socket_receive_notify (Results 1 – 25 of 32) sorted by relevance

12

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_tcp_transmit_cleanup_test.c183 status = nx_tcp_socket_receive_notify(&client_socket, thread_0_receive_notify); in thread_0_entry()
348 status = nx_tcp_socket_receive_notify(&server_socket, thread_1_receive_notify); in thread_3_entry()
Dnetx_tcp_fast_disconnect_test.c185 status = nx_tcp_socket_receive_notify(&client_socket, thread_0_receive_notify); in thread_0_entry()
349 status = nx_tcp_socket_receive_notify(&server_socket, thread_1_receive_notify); in thread_1_entry()
Dnetx_tcp_data_transfer_test.c181 status = nx_tcp_socket_receive_notify(&client_socket, thread_0_receive_notify); in thread_0_entry()
368 status = nx_tcp_socket_receive_notify(&server_socket, thread_1_receive_notify); in thread_1_entry()
Dnetx_tcp_basic_processing_test.c239 status = nx_tcp_socket_receive_notify(&client_socket, thread_0_receive_notify); in thread_0_entry()
499 status = nx_tcp_socket_receive_notify(&server_socket, thread_1_receive_notify); in thread_1_entry()
Dnetx_api_compile_test.c257 nx_tcp_socket_receive_notify(0, 0); in ntest_0_entry()
Dnetx_tcp_nxe_api_test.c1804 status = nx_tcp_socket_receive_notify(NX_NULL, tcp_receive_notify); in thread_0_entry()
1818 status = nx_tcp_socket_receive_notify(&invalid_socket, tcp_receive_notify); in thread_0_entry()
1830 status = nx_tcp_socket_receive_notify(&server_socket, NX_NULL); in thread_0_entry()
1848 status = nx_tcp_socket_receive_notify(&invalid_socket, tcp_receive_notify); in thread_0_entry()
Dnetx_caller_check_test.c308 if (nx_tcp_socket_receive_notify(&tcp_socket, tcp_receive_notify) != NX_CALLER_ERROR) in test_process()
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_tls_non_blocking_test.c361 nx_tcp_socket_receive_notify(&server_socket_0, tcp_receive_notify); in ntest_0_entry()
389 nx_tcp_socket_receive_notify(&client_socket_0, tcp_receive_notify); in ntest_0_entry()
Dnx_secure_tls_1_3_handshake_fail_test.c372 nx_tcp_socket_receive_notify(&client_socket_0, test_tcp_receive); in ntest_1_entry()
/NetX-Duo-v6.2.1/test/regression/smtp_test/
Dnetx_smtp_abnormal_packet_test.c361 status = nx_tcp_socket_receive_notify(&server_socket, receive_packet_function); in thread_1_entry()
Dnetx_smtp_invalid_release_test.c366 status = nx_tcp_socket_receive_notify(&server_socket, receive_packet_function); in thread_1_entry()
Dnetx_smtp_auth_none_test.c369 status = nx_tcp_socket_receive_notify(&server_socket, receive_packet_function); in thread_1_entry()
Dnetx_smtp_auth_logon_function_test.c378 status = nx_tcp_socket_receive_notify(&server_socket, receive_packet_function); in thread_1_entry()
Dnetx_smtp_auth_no_type_function_test.c375 status = nx_tcp_socket_receive_notify(&server_socket, receive_packet_function); in thread_1_entry()
Dnetx_smtp_auth_no_type_test.c375 status = nx_tcp_socket_receive_notify(&server_socket, receive_packet_function); in thread_1_entry()
Dnetx_smtp_basic_function_test.c375 status = nx_tcp_socket_receive_notify(&server_socket, receive_packet_function); in thread_1_entry()
Dnetx_smtp_missing_last_250_EHLO_message_test.c417 status = nx_tcp_socket_receive_notify(&server_socket, receive_packet_function); in thread_1_entry()
Dnetx_smtp_two_packet_EHLO_auth_last_message_test.c414 status = nx_tcp_socket_receive_notify(&server_socket, receive_packet_function); in thread_1_entry()
Dnetx_smtp_two_packet_EHLO_message_test.c417 status = nx_tcp_socket_receive_notify(&server_socket, receive_packet_function); in thread_1_entry()
/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_web_non_block_basic_test.c242 nx_tcp_socket_receive_notify(&my_client.nx_web_http_client_socket, tcp_receive_callback); in thread_client_entry()
Dnetx_web_non_block_reconnect_test.c236 nx_tcp_socket_receive_notify(&my_client.nx_web_http_client_socket, tcp_receive_callback); in thread_client_entry()
/NetX-Duo-v6.2.1/addons/web/
Dnx_tcpserver.c338 …status += nx_tcp_socket_receive_notify(&server_ptr -> nx_tcpserver_sessions[i].nx_tcp_session_sock… in _nx_tcpserver_create()
/NetX-Duo-v6.2.1/test/regression/websocket_test/
Dnetx_websocket_non_block_test.c294 nx_tcp_socket_receive_notify(&test_client, tcp_receive_callback); in thread_client_entry()
/NetX-Duo-v6.2.1/addons/telnet/
Dnxd_telnet_server.c257nx_tcp_socket_receive_notify(&(server_ptr -> nx_telnet_server_client_list[i].nx_telnet_client_requ… in _nx_telnet_server_create()
/NetX-Duo-v6.2.1/addons/ftp/
Dnxd_ftp_server.c539nx_tcp_socket_receive_notify(&(ftp_server_ptr -> nx_ftp_server_client_list[i].nx_ftp_client_reques… in _nx_ftp_server_create_internal()
2320nx_tcp_socket_receive_notify(&(client_req_ptr -> nx_ftp_client_request_data_socket), in _nx_ftp_server_command_process()
3850nx_tcp_socket_receive_notify(&(client_req_ptr -> nx_ftp_client_request_data_socket), _nx_ftp_serve… in _nx_ftp_server_command_process()

12