Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/ftp_test/
Dnetx_ftp_service_commands_nlist_test.c256 if (status != NX_FTP_END_OF_LISTING) in client_thread_entry()
279 if (status != NX_FTP_END_OF_LISTING) in client_thread_entry()
Dnetx_ftp_client_file_write_fail_test.c431 if (status == NX_FTP_END_OF_LISTING) in client_thread_entry()
437 if (status != NX_FTP_END_OF_LISTING) in client_thread_entry()
Dnetx_ftp_client_pasv_file_read_test.c441 if (status == NX_FTP_END_OF_LISTING) in client_thread_entry()
447 if (status != NX_FTP_END_OF_LISTING) in client_thread_entry()
Dnetx_ftp_client_pasv_file_write_test.c430 if (status == NX_FTP_END_OF_LISTING) in client_thread_entry()
436 if (status != NX_FTP_END_OF_LISTING) in client_thread_entry()
Dnetx_ftp_client_packet_leak_test.c252 if (status == NX_FTP_END_OF_LISTING) in client_thread_entry()
/NetX-Duo-v6.2.1/samples/
Ddemo_netxduo_ftp.c539 if (status == NX_FTP_END_OF_LISTING) in client_thread_entry()
/NetX-Duo-v6.2.1/addons/ftp/
Dnxd_ftp_server.h214 #define NX_FTP_END_OF_LISTING 0xD8 /* FTP end of directory listing status … macro
Dnxd_ftp_client.h151 #define NX_FTP_END_OF_LISTING 0xD8 /* FTP end of directory listing status … macro
Dnxd_ftp_client.c2411 return(NX_FTP_END_OF_LISTING); in _nx_ftp_client_directory_listing_continue()